Skip to content

Commit

Permalink
Fix paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Sep 23, 2024
1 parent 9653545 commit 7a25cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/gh-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7a25cc0

Please sign in to comment.