Skip to content

Commit

Permalink
fix: tutor mounts path
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 7, 2024
1 parent 1d12b8c commit 44f7204
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: eox-tenant

- name: Prepare Tutor
run: |
pip install "tutor<17.0.0"
TUTOR_ROOT="$(pwd)" tutor config save
TUTOR_ROOT="$(pwd)" tutor mounts add lms:$(pwd)
chmod 777 eox-tenant -R
TUTOR_ROOT="$(pwd)" tutor mounts add eox-tenant
chmod 777 . -R
- name: Launch tutor and test
run: |
Expand Down

0 comments on commit 44f7204

Please sign in to comment.