Skip to content

Commit

Permalink
fix: find paths
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemontoya committed Mar 7, 2024
1 parent 6c96dc0 commit 959c343
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
TUTOR_ROOT="$(pwd)" tutor mounts add $(pwd)
chmod 777 . -R
- name: Launch tutor and test
- name: Instrospection
run: |
TUTOR_ROOT="$(pwd)" tutor local launch -I
TUTOR_ROOT="$(pwd)" tutor local run lms bash /openedx/eox-tenant/integration.sh
tree -L 2
cat config.yml
# - name: Launch tutor and test
# run: |
# TUTOR_ROOT="$(pwd)" tutor local launch -I
# TUTOR_ROOT="$(pwd)" tutor local run lms bash /openedx/eox-tenant/integration.sh

0 comments on commit 959c343

Please sign in to comment.