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 14bdbbb commit 133cf28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Run jest tests
- name: jest
run: |
npm i
npm run test
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: slack - GitHub Actions Slack integration
- name: slack
uses: act10ns/[email protected]
with:
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
status: ${{ job.status }}
message: Running jest tests. 🍏 This job's status is ${{ job.outputs }}.
message: Running jest tests. 🍏 This job's status is ${{ steps.jest.outputs }}.

0 comments on commit 133cf28

Please sign in to comment.