Skip to content

Commit

Permalink
test: add additional test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Sep 30, 2024
1 parent 68fae91 commit daf6e72
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-slack-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ jobs:
status: 'failure'
failure-message: ":test_tube: [TEST]: This is a test *failure* notification from `Kong/public-shared-actions`"

- name: Post 'cancelled' notification
uses: ./slack-actions/workflow-notification
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_ALERT_SLACK_NOTIFICATION_TEST }}
status: 'cancelled'

- name: Post 'skipped' notification
uses: ./slack-actions/workflow-notification
with:
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL_ALERT_SLACK_NOTIFICATION_TEST }}
status: 'skipped'

- name: Post 'success' notification with custom payload
uses: ./slack-actions/workflow-notification
with:
Expand Down

0 comments on commit daf6e72

Please sign in to comment.