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 1651045 commit 827c79a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ jobs:
npm run test
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: slack - GitHub Actions Slack integration
uses: act10ns/[email protected]
uses: act10ns/[email protected]
with:
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
message: Running jest tests. 🍏 This job's status is ${{ job.status }}.
on-failure:
on-failure:
runs-on: ubuntu-latest
needs: Explore-GitHub-Actions
run: echo "Running jest tests. 🍏 This job's status is ${{ needs.Explore-GitHub-Actions.status }}."
steps:
- run: echo "Running jest tests. 🍏 This job's status is ${{ needs.Explore-GitHub-Actions.result }}."

0 comments on commit 827c79a

Please sign in to comment.