Skip to content

Commit

Permalink
fix: 777 using chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 5, 2024
1 parent d5e5fe5 commit 8f039d1
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,18 @@ jobs:
ls -alh src
ls -alh src/eox-tenant
chmod 777 src/eox-tenant
ls -alh src/eox-tenant
chmod 777 src/eox-tenant -R
ls -alh src/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)/src:/openedx/src
- 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:/openedx/src
# - name: Launch tutor and test
# run: |
# TUTOR_ROOT="$(pwd)" tutor local launch -I
# TUTOR_ROOT="$(pwd)" tutor local run lms pip install -e ../src/eox-tenant
# TUTOR_ROOT="$(pwd)" tutor local run lms ./manage.py lms help
- name: Launch tutor and test
run: |
TUTOR_ROOT="$(pwd)" tutor local launch -I
TUTOR_ROOT="$(pwd)" tutor local run lms pip install -e ../src/eox-tenant
TUTOR_ROOT="$(pwd)" tutor local run lms ./manage.py lms help

0 comments on commit 8f039d1

Please sign in to comment.