Commit 1a1853a 1 parent 5f4b2c8 commit 1a1853a Copy full SHA for 1a1853a
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
uses : docker/setup-buildx-action@v2
36
36
- name : Tutor build openedx
37
37
run : tutor images build openedx aspects aspects-superset
38
- - name : Tutor init
39
- run : tutor local do init
40
38
- name : Tutor start
41
39
run : tutor local start -d
40
+ - name : Tutor init
41
+ run : tutor local do init
42
42
- name : Load test
43
43
run : tutor local do load-xapi-test-data --num_batches=5 --batch_size=5
44
44
- name : Tutor stop
@@ -63,10 +63,10 @@ jobs:
63
63
uses : docker/setup-buildx-action@v2
64
64
- name : Tutor build openedx
65
65
run : tutor images build openedx-dev aspects aspects-superset
66
- - name : Tutor init
67
- run : tutor dev do init
68
66
- name : Tutor start
69
67
run : tutor dev start -d
68
+ - name : Tutor init
69
+ run : tutor dev do init
70
70
- name : Load test
71
71
run : tutor dev do load-xapi-test-data --num_batches=5 --batch_size=5
72
72
- name : Tutor stop
You can’t perform that action at this time.
0 commit comments