Skip to content

Commit 7945aa1

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

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@708880277a033934f9e1b33e03c06258a0c6967d
8586
with:
8687
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
8788
test-run: ${{ env.TEST_RUN }}

0 commit comments

Comments
 (0)