Skip to content

Commit

Permalink
Run jest@28 in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 4ab671c commit 3a91a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- run: npm run build --if-present

- name: Run jest@${{ env.jest-version }} --testPathPattern packages/
run: node_modules/.bin/jest@${{ env.jest-version }} --testPathPattern packages/
run: npx jest@${{ env.jest-version }} --testPathPattern packages/

html-test:
name: HTML test (${{ format('{0}/{1}', matrix.shard-index, matrix.shard-count) }})
Expand Down

0 comments on commit 3a91a87

Please sign in to comment.