We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9653545 commit 7a25cc0Copy full SHA for 7a25cc0
.github/actions/test/action.yml
@@ -34,4 +34,4 @@ runs:
34
- name: Run test / analysis
35
shell: bash --noprofile --norc -xeuo pipefail {0}
36
run: |
37
- "${{ 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 }}
.github/workflows/gh-test.yml
@@ -74,7 +74,7 @@ jobs:
74
python-version: ${{ inputs.python-version }}
75
76
- name: Call test action
77
- uses: ./legate-gh-ci/.github/actions/test
+ uses: ./.github/actions/test
78
with:
79
test-options: ${{ inputs.test-options }}
80
has-gpu: ${{ inputs.runner-has-gpu }}
0 commit comments