This repository was archived by the owner on Jun 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,14 @@ jobs:
1616 with :
1717 submodules : recursive
1818
19- # - name: Run Tests
20- # uses: stackabletech/actions/run-integration-test@run-integration-test
21- # with:
22- # test-platform: kind-1.31.0-amd64
23- # test-run: test-suite
24- # test-parameter: nightly
25- # replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
26-
27- - name : Fail on Purpose
28- shell : bash
29- run : |
30- exit 1
19+ - name : Run Integration Test
20+ id : test
21+ uses : stackabletech/actions/run-integration-test@run-integration-test
22+ with :
23+ test-platform : kind-1.31.0-amd64
24+ test-run : test-suite
25+ test-parameter : nightly
26+ replicated-api-token : ${{ secrets.REPLICATED_API_TOKEN }}
3127
3228 - name : Send Notification
3329 if : ${{ failure() }}
4137 "text": "Integration Test *${{ github.repository }}* failed",
4238 "attachments": [
4339 {
44- "pretext": "Is this needed? ",
40+ "pretext": "Started at ${{ steps.test.outputs.start-time }}, failed at ${{ steps.test.outputs.end-time }} ",
4541 "color": "#aa0000",
4642 "actions": [
4743 {
You can’t perform that action at this time.
0 commit comments