Skip to content

Commit

Permalink
Chore: update jest action
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Sep 23, 2024
1 parent 815cb89 commit 462f93f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ concurrency:

jobs:
test:
permissions:
checks: write
pull-requests: read
statuses: write

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: ./.github/workflows/yarn

- name: Annotations and coverage report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
skip-step: install
annotations: failed-tests
package-manager: yarn
test-script: yarn test:ci
github-token: ${{ secrets.GITHUB_TOKEN }}
uses: mattallty/jest-github-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 462f93f

Please sign in to comment.