Skip to content

Commit

Permalink
feat: building openedx before launch
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 8, 2024
1 parent c6051f0 commit fbafaa9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration_tutor_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,19 @@ jobs:
chmod 777 tutor -R
pip install -e "./tutor[full]"
- name: Prepare Tutor & launch
- name: Prepare Tutor
run: |
source venv/bin/activate
TUTOR_ROOT="$(pwd)" tutor --version
TUTOR_ROOT="$(pwd)" tutor config save
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 images build openedx
- name: Launch Tutor
run: |
source venv/bin/activate
TUTOR_ROOT="$(pwd)" tutor local launch -I
- name: Run integration tests in lms
Expand Down

0 comments on commit fbafaa9

Please sign in to comment.