Skip to content

fix: limiting to q and p #29

fix: limiting to q and p

fix: limiting to q and p #29

Workflow file for this run

name: Integration Tests Quince, Palm
on:
push:
branches:
- 'fmo/**'
jobs:
edx-platform-integration-test:
name: Integration with Tutor
strategy:
matrix: # quince palm olive
# tutor_version: ["<18.0.0", "<17.0.0", "<16.0.0"]
tutor_version: ["<18.0.0", "<17.0.0"]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: eox-tenant
- name: Prepare Tutor
run: |
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
- name: Launch tutor and test
run: |
TUTOR_ROOT="$(pwd)" tutor local launch -I
TUTOR_ROOT="$(pwd)" tutor local run lms bash /openedx/eox-tenant/eox_tenant/test/tutor/integration.sh