From 7a25cc08093d4adc765f1570e934ef9bcbffca77 Mon Sep 17 00:00:00 2001 From: sandeepd-nv Date: Mon, 23 Sep 2024 18:44:05 +0530 Subject: [PATCH] Fix paths. --- .github/actions/test/action.yml | 2 +- .github/workflows/gh-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 9b3c28280..a11a99386 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -34,4 +34,4 @@ runs: - name: Run test / analysis shell: bash --noprofile --norc -xeuo pipefail {0} run: | - "${{ env.LEGATE_GH_CI_DIR }}/scripts/entrypoint" "${{ env.REPO_DIR }}/continuous_integration/scripts/test" ${{ inputs.test-options }} + "${{ env.REPO_DIR }}/continuous_integration/scripts/entrypoint" "${{ env.REPO_DIR }}/continuous_integration/scripts/test" ${{ inputs.test-options }} diff --git a/.github/workflows/gh-test.yml b/.github/workflows/gh-test.yml index f178d94db..3114aa72c 100644 --- a/.github/workflows/gh-test.yml +++ b/.github/workflows/gh-test.yml @@ -74,7 +74,7 @@ jobs: python-version: ${{ inputs.python-version }} - name: Call test action - uses: ./legate-gh-ci/.github/actions/test + uses: ./.github/actions/test with: test-options: ${{ inputs.test-options }} has-gpu: ${{ inputs.runner-has-gpu }}