Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ollylucl committed Feb 26, 2025
1 parent 827c79a commit de35a0a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
with:
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
message: Running jest tests. 🍏 This job's status is ${{ job.status }}.
on-failure:
runs-on: ubuntu-latest
needs: Explore-GitHub-Actions
notify_on_failure:
if: ${{ failure() }}
runs-on: ubuntu-latest
steps:
- run: echo "Running jest tests. 🍏 This job's status is ${{ needs.Explore-GitHub-Actions.result }}."
- name: Notify Slack on Failure
uses: act10ns/[email protected]
with:
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
message: Running jest tests. 🍏 This job's status is ${{ job.status }}.

0 comments on commit de35a0a

Please sign in to comment.