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 5f47e4a commit 6f95870Copy full SHA for 6f95870
.github/workflows/integration-test.yml
@@ -81,7 +81,8 @@ jobs:
81
82
- name: Run Integration Test
83
id: test
84
- uses: stackabletech/actions/run-integration-test@5b66858af3597c4ea34f9b33664b8034a1d28427 # v0.3.0
+ # NOTE (@Techassi): Use tagged version instead, changed only for testing
85
+ uses: stackabletech/actions/run-integration-test@99211a06f470cda1b2bcf7b4054ea1ccfe4ba071
86
with:
87
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
88
test-run: ${{ env.TEST_RUN }}
0 commit comments