Skip to content

Commit 37c234f

Browse files
committed
ci: Use updated action
This commit will be reverted before merge.
1 parent 5f47e4a commit 37c234f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181

8282
- name: Run Integration Test
8383
id: test
84-
uses: stackabletech/actions/run-integration-test@5b66858af3597c4ea34f9b33664b8034a1d28427 # v0.3.0
84+
# NOTE (@Techassi): Use tagged version instead, changed only for testing
85+
uses: stackabletech/actions/run-integration-test@5dd0d6f18aa3f51139a55ded6a65489779fca902
8586
with:
8687
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
8788
test-run: ${{ env.TEST_RUN }}

0 commit comments

Comments
 (0)