Skip to content

Commit

Permalink
fix: all local no dev
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 5, 2024
1 parent 1e1656f commit ede3045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Launch tutor and test
run: |
TUTOR_ROOT="$(pwd)" tutor dev launch -I
TUTOR_ROOT="$(pwd)" tutor local launch -I
TUTOR_ROOT="$(pwd)" tutor local run lms pip install -e ../eox-tenant
TUTOR_ROOT="$(pwd)" tutor local run lms ./manage.py lms help

0 comments on commit ede3045

Please sign in to comment.