Skip to content

Commit bf4acd3

Browse files
updated github workflow
1 parent 7a8a1ea commit bf4acd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ jobs:
8383
flags: unit-tests
8484
fail_ci_if_error: true # if codecov upload fails, should fail ci
8585
verbose: true
86+
- uses: 8398a7/action-slack@v3
87+
with:
88+
status: ${{ job.status }}
89+
text: "You shall not pass!"
90+
job_name: "Test (Debug)"
91+
fields: message,commit,author,action,workflow,job,took
8692
env:
8793
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
8894
MATRIX_CONTEXT: ${{ toJson(matrix) }}

0 commit comments

Comments
 (0)