Skip to content

Commit

Permalink
Chore: update jest action (#4236)
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Sep 24, 2024
1 parent 815cb89 commit 930953f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@ concurrency:

jobs:
test:
permissions:
contents: write
checks: write
pull-requests: 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
uses: ArtiomTr/jest-coverage-report-action@v2.3.1
with:
skip-step: install
annotations: failed-tests
Expand Down

0 comments on commit 930953f

Please sign in to comment.