Skip to content

Commit

Permalink
fix: sharing the parent dir
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 5, 2024
1 parent 98e28eb commit 780240f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,11 @@ jobs:
with:
path: src/eox-tenant

- name: introspection
run: |
ls -hla
chmod 664 src
chmod 664 src/*
ls -hla
- name: Prepare Tutor
run: |
pip install "tutor<17.0.0"
TUTOR_ROOT="$(pwd)" tutor config save
TUTOR_ROOT="$(pwd)" tutor mounts add lms:$(pwd)/src/eox-tenant:/openedx/src/eox-tenant
TUTOR_ROOT="$(pwd)" tutor mounts add lms:$(pwd)/src:/openedx/src
- name: Launch tutor and test
run: |
Expand Down

0 comments on commit 780240f

Please sign in to comment.