Skip to content

Commit

Permalink
Fix run Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 42359f4 commit b624375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaults:

env:
CI_PULL_REQUEST: 1 # Skip nightly tests
jest-version: 29
jest-version: 28
node-version: 20.x
skip-secure-feed: true # TODO: Turn this off.

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
--package @babel/preset-react \
--package @babel/preset-typescript \
--package babel-jest@${{ env.jest-version }} \
jest
jest \
--bail=20 \
--ci \
--coverage true \
Expand Down

0 comments on commit b624375

Please sign in to comment.