Skip to content

Commit

Permalink
use tutor dev
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 12, 2024
1 parent bbbb367 commit c1af842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:

- name: Start Tutor
run: |
tutor dev launch -I
tutor dev launch -d
- name: Install additional LMS requirements
run: |
tutor local run lms pip install eox-core eox-tenant
tutor local restart lms
tutor dev run lms pip install eox-core eox-tenant
tutor dev restart lms
- name: Wait for services to be up
run: |
Expand Down

0 comments on commit c1af842

Please sign in to comment.