Skip to content

Commit 1a1853a

Browse files
committed
test: start tutor services before initialization
1 parent 5f4b2c8 commit 1a1853a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-tutor-aspects.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
uses: docker/setup-buildx-action@v2
3636
- name: Tutor build openedx
3737
run: tutor images build openedx aspects aspects-superset
38-
- name: Tutor init
39-
run: tutor local do init
4038
- name: Tutor start
4139
run: tutor local start -d
40+
- name: Tutor init
41+
run: tutor local do init
4242
- name: Load test
4343
run: tutor local do load-xapi-test-data --num_batches=5 --batch_size=5
4444
- name: Tutor stop
@@ -63,10 +63,10 @@ jobs:
6363
uses: docker/setup-buildx-action@v2
6464
- name: Tutor build openedx
6565
run: tutor images build openedx-dev aspects aspects-superset
66-
- name: Tutor init
67-
run: tutor dev do init
6866
- name: Tutor start
6967
run: tutor dev start -d
68+
- name: Tutor init
69+
run: tutor dev do init
7070
- name: Load test
7171
run: tutor dev do load-xapi-test-data --num_batches=5 --batch_size=5
7272
- name: Tutor stop

0 commit comments

Comments
 (0)