From 959c343c3d04a02ad51f1a543968fe608e3abd99 Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Thu, 7 Mar 2024 14:33:50 -0500 Subject: [PATCH] fix: find paths --- .github/workflows/integration.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 11157e0a..9e07ca3c 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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