-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(jest): remove jest annotations action
- Loading branch information
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,7 @@ jobs: | |
run: yarn bootstrap | ||
- name: Jest with code coverage | ||
if: matrix.node_version == 14 && matrix.os == 'ubuntu-latest' | ||
uses: mattallty/[email protected] | ||
with: | ||
changes-only: true | ||
test-command: 'yarn test:coverage' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: yarn test:coverage | ||
- name: Jest | ||
if: matrix.node_version != 14 || matrix.os != 'ubuntu-latest' | ||
run: yarn jest |