Skip to content

Commit

Permalink
fix: pull images beforehand
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 8, 2024
1 parent 8901390 commit c6051f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_tutor_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
TUTOR_ROOT="$(pwd)" tutor plugins disable mfe
TUTOR_ROOT="$(pwd)" tutor mounts add lms,cms,lms-worker,cms-worker:$(pwd)/eox-tenant:/openedx/eox-tenant
chmod 777 . -R
TUTOR_ROOT="$(pwd)" tutor images pull all
TUTOR_ROOT="$(pwd)" tutor local launch -I
- name: Run integration tests in lms
Expand Down

0 comments on commit c6051f0

Please sign in to comment.