We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f47e4a commit 37c234fCopy full SHA for 37c234f
.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@5dd0d6f18aa3f51139a55ded6a65489779fca902
86
with:
87
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
88
test-run: ${{ env.TEST_RUN }}
0 commit comments