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 46
46
# TODO: Enable the scheduled runs which hard-code what profile to use
47
47
- name : Run Integration Test
48
48
id : test
49
- uses : stackabletech/actions/run-integration-test@ad167a759aa0380aab276c0f96382476d62c51c6 # TODO: Use released version
49
+ uses : stackabletech/actions/run-integration-test@1132303f19805293108a0a72729cfd36dc1291e0 # TODO: Use released version
50
50
with :
51
51
replicated-api-token : ${{ secrets.REPLICATED_API_TOKEN }}
52
52
test-mode-input : ${{ inputs.test-mode-input }}
56
56
57
57
- name : Send Notification
58
58
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@1132303f19805293108a0a72729cfd36dc1291e0 # TODO: Use released version
60
60
with :
61
61
slack-token : ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
62
62
failed-tests : ${{ steps.test.outputs.failed-tests }}
You can’t perform that action at this time.
0 commit comments