File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ The e2e tests can be executed locally by running the following commands:
2525
2626 ``` bash
2727 # Create a KinD cluster
28- $ make kind-e2e
28+ make kind-e2e
2929 # Install the CRDs
30- $ make install
30+ make install
3131 ```
3232
3333 [! NOTE]
@@ -37,15 +37,15 @@ The e2e tests can be executed locally by running the following commands:
37372. Start the operator locally:
3838
3939 ` ` ` bash
40- $ make run
40+ make run
4141 ` ` `
4242
4343 Alternatively, You can run the operator from your IDE / debugger.
4444
45453. Set up the test CodeFlare stack:
4646
4747 ` ` ` bash
48- $ make setup-e2e
48+ make setup-e2e
4949 ` ` `
5050
5151 [! NOTE]
@@ -71,7 +71,7 @@ The e2e tests can be executed locally by running the following commands:
71714. In a separate terminal, run the e2e suite:
7272
7373 ```bash
74- $ make test-e2e
74+ make test-e2e
7575 ```
7676
7777 Alternatively, You can run the e2e test(s) from your IDE / debugger.
You can’t perform that action at this time.
0 commit comments