From 44f720486a8124277dcc37e1ea678a85704eb74d Mon Sep 17 00:00:00 2001 From: Felipe Montoya Date: Thu, 7 Mar 2024 14:09:32 -0500 Subject: [PATCH] fix: tutor mounts path --- .github/workflows/integration.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1694ddfa..2fc5e357 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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: |