Skip to content

Commit

Permalink
Run tests from the action
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Oct 16, 2023
1 parent 38afdf5 commit 19a8b3c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ jobs:

- uses: ./.github/workflows/yarn

- name: Run tests
run: 'yarn test:ci'

- name: Annotations and coverage report
uses: ArtiomTr/jest-coverage-report-action@v2
uses: ArtiomTr/jest-coverage-report-action@v2.2.5
with:
coverage-file: jest.results.json
test-script: 'echo coverage generated'
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 19a8b3c

Please sign in to comment.