Skip to content

Commit 9b048f2

Browse files
committed
ci: Switch to action with interu
1 parent e065f35 commit 9b048f2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/integration-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,10 @@ jobs:
8686

8787
- name: Run Integration Test
8888
id: test
89-
uses: stackabletech/actions/run-integration-test@95626907fd8cae2f17c862ae40bcab1aa5a2c854 # v0.5.0
89+
uses: stackabletech/actions/run-integration-test@05cb2081c8ffd34bbaaee36846f4e1892686cf55 # TODO: Use releases version
9090
with:
91-
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
92-
test-run: ${{ env.TEST_RUN }}
93-
test-parameter: ${{ env.TEST_PARAMETER }}
9491
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
92+
test-profile: schedule
9593

9694
- name: Send Notification
9795
if: ${{ failure() }}

0 commit comments

Comments
 (0)