File tree 1 file changed +5
-5
lines changed
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:
25
25
26
26
``` bash
27
27
# Create a KinD cluster
28
- $ make kind-e2e
28
+ make kind-e2e
29
29
# Install the CRDs
30
- $ make install
30
+ make install
31
31
```
32
32
33
33
[! NOTE]
@@ -37,15 +37,15 @@ The e2e tests can be executed locally by running the following commands:
37
37
2. Start the operator locally:
38
38
39
39
` ` ` bash
40
- $ make run
40
+ make run
41
41
` ` `
42
42
43
43
Alternatively, You can run the operator from your IDE / debugger.
44
44
45
45
3. Set up the test CodeFlare stack:
46
46
47
47
` ` ` bash
48
- $ make setup-e2e
48
+ make setup-e2e
49
49
` ` `
50
50
51
51
[! NOTE]
@@ -71,7 +71,7 @@ The e2e tests can be executed locally by running the following commands:
71
71
4. In a separate terminal, run the e2e suite:
72
72
73
73
```bash
74
- $ make test-e2e
74
+ make test-e2e
75
75
```
76
76
77
77
Alternatively, You can run the e2e test(s) from your IDE / debugger.
You can’t perform that action at this time.
0 commit comments