We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e065f35 commit 9b048f2Copy full SHA for 9b048f2
.github/workflows/integration-test.yml
@@ -86,12 +86,10 @@ jobs:
86
87
- name: Run Integration Test
88
id: test
89
- uses: stackabletech/actions/run-integration-test@95626907fd8cae2f17c862ae40bcab1aa5a2c854 # v0.5.0
+ uses: stackabletech/actions/run-integration-test@05cb2081c8ffd34bbaaee36846f4e1892686cf55 # TODO: Use releases version
90
with:
91
- test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
92
- test-run: ${{ env.TEST_RUN }}
93
- test-parameter: ${{ env.TEST_PARAMETER }}
94
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
+ test-profile: schedule
95
96
- name: Send Notification
97
if: ${{ failure() }}
0 commit comments