Skip to content

Commit 7a25cc0

Browse files
committed
Fix paths.
1 parent 9653545 commit 7a25cc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ runs:
3434
- name: Run test / analysis
3535
shell: bash --noprofile --norc -xeuo pipefail {0}
3636
run: |
37-
"${{ env.LEGATE_GH_CI_DIR }}/scripts/entrypoint" "${{ env.REPO_DIR }}/continuous_integration/scripts/test" ${{ inputs.test-options }}
37+
"${{ env.REPO_DIR }}/continuous_integration/scripts/entrypoint" "${{ env.REPO_DIR }}/continuous_integration/scripts/test" ${{ inputs.test-options }}

.github/workflows/gh-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
python-version: ${{ inputs.python-version }}
7575

7676
- name: Call test action
77-
uses: ./legate-gh-ci/.github/actions/test
77+
uses: ./.github/actions/test
7878
with:
7979
test-options: ${{ inputs.test-options }}
8080
has-gpu: ${{ inputs.runner-has-gpu }}

0 commit comments

Comments
 (0)