From 2ce72237f2b3006e30f4dc3c84e2ba039e8c9e40 Mon Sep 17 00:00:00 2001 From: Maria Fernanda Magallanes Zubillaga Date: Wed, 22 May 2024 15:09:36 -0500 Subject: [PATCH] test: echo github workspace --- .github/actions/integration-test/action.yml | 1 + .github/workflows/integration-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/actions/integration-test/action.yml b/.github/actions/integration-test/action.yml index 3a749ac..32c160b 100644 --- a/.github/actions/integration-test/action.yml +++ b/.github/actions/integration-test/action.yml @@ -16,6 +16,7 @@ runs: steps: - name: Prepare Tutor and Launch run: | + echo $GITHUB_WORKSPACE pip install "tutor$INPUT_TUTOR_VERSION" TUTOR_ROOT="$(pwd)" tutor --version TUTOR_ROOT="$(pwd)" tutor config save diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 7ecba31..f495f02 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -31,6 +31,7 @@ jobs: - name: Prepare Tutor & launch run: | + echo $GITHUB_WORKSPACE pip install "tutor${{ matrix.tutor_version }}" TUTOR_ROOT="$(pwd)" tutor --version TUTOR_ROOT="$(pwd)" tutor config save