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 09d5a2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,5 @@ jobs:

- uses: ./.github/workflows/yarn

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

- name: Annotations and coverage report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
coverage-file: jest.results.json
test-script: 'echo coverage generated'

0 comments on commit 09d5a2e

Please sign in to comment.