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 ddd0a47 commit 21c64ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
with:
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
message: Running jest tests. 🍏 This job's status is ${{ job.status }}.
on-failure: Running jest tests. 🍏 This job's status is ${{ job.status }}.
on-failure:
needs: Explore-GitHub-Actions
run: echo "Running jest tests. 🍏 This job's status is ${{ Explore-GitHub-Actions.status }}."

0 comments on commit 21c64ef

Please sign in to comment.