Skip to content

Commit

Permalink
feat: using matrix for tutor version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 8, 2024
1 parent 662d84c commit be1d5d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ on:

jobs:
edx-platform-integration-test:
name: Integration with Palm
name: Integration with Tutor
strategy:
matrix:
tutor_version: ["", "<17.0.0", "<16.0.0"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -17,7 +20,8 @@ jobs:

- name: Prepare Tutor
run: |
pip install "tutor<17.0.0"
pip install "tutor${{ matrix.tutor_version }}"
TUTOR_ROOT="$(pwd)" tutor --version
TUTOR_ROOT="$(pwd)" tutor config save
TUTOR_ROOT="$(pwd)" tutor mounts add lms,cms,lms-worker,cms-worker:$(pwd)/eox-tenant:/openedx/eox-tenant
chmod 777 . -R
Expand Down

0 comments on commit be1d5d8

Please sign in to comment.