We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1831a commit 2fa3f90Copy full SHA for 2fa3f90
README.md
@@ -30,19 +30,20 @@ The e2e tests can be executed locally by running the following commands:
30
$ make install
31
```
32
33
-2. Set up the CodeFlare stack:
34
- ```bash
35
- $ make setup-e2e
36
- ```
37
-
38
-3. Start the operator locally:
+2. Start the operator locally:
39
40
```bash
41
$ make run
42
43
44
Alternatively, You can run the operator from your IDE / debugger.
45
+3. Set up the test CodeFlare stack:
+
+ ```bash
+ $ make setup-e2e
+ ```
46
47
4. In a separate terminal, run the e2e suite:
48
49
0 commit comments