Skip to content

Commit 2fa3f90

Browse files
astefanuttiopenshift-merge-robot
authored andcommitted
doc: The operator should be started before setting up e2e tests
1 parent 8c1831a commit 2fa3f90

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Diff for: README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,20 @@ The e2e tests can be executed locally by running the following commands:
3030
$ make install
3131
```
3232

33-
2. Set up the CodeFlare stack:
34-
```bash
35-
$ make setup-e2e
36-
```
37-
38-
3. Start the operator locally:
33+
2. Start the operator locally:
3934

4035
```bash
4136
$ make run
4237
```
4338

4439
Alternatively, You can run the operator from your IDE / debugger.
4540

41+
3. Set up the test CodeFlare stack:
42+
43+
```bash
44+
$ make setup-e2e
45+
```
46+
4647
4. In a separate terminal, run the e2e suite:
4748

4849
```bash

0 commit comments

Comments
 (0)