File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 # TODO: Enable the scheduled runs which hard-code what profile to use
4747 - name : Run Integration Test
4848 id : test
49- uses : stackabletech/actions/run-integration-test@ad167a759aa0380aab276c0f96382476d62c51c6 # TODO: Use released version
49+ uses : stackabletech/actions/run-integration-test@64ed6c17f81f5162e4cbc41b7ab1e029b877601c # TODO: Use released version
5050 with :
5151 replicated-api-token : ${{ secrets.REPLICATED_API_TOKEN }}
5252 test-mode-input : ${{ inputs.test-mode-input }}
5656
5757 - name : Send Notification
5858 if : ${{ failure() || github.run_attempt > 1 }}
59- uses : stackabletech/actions/send-slack-notification@ad167a759aa0380aab276c0f96382476d62c51c6 # TODO: Use released version
59+ uses : stackabletech/actions/send-slack-notification@64ed6c17f81f5162e4cbc41b7ab1e029b877601c # TODO: Use released version
6060 with :
6161 slack-token : ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
6262 failed-tests : ${{ steps.test.outputs.failed-tests }}
You can’t perform that action at this time.
0 commit comments