Skip to content

Commit

Permalink
Add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent ab3540f commit 32a816f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,20 @@ jobs:

- run: docker-compose up --detach --scale chrome=1 -f docker-compose-wsl2.yml

- run: npx --package jest@29 --package babel-jest jest --bail=20 --ci --coverage true --forceExit --logHeapUsage --runInBand
- run: |
npx \
--package jest@29 \
--package @babel/plugin-transform-runtime \
--package @babel/preset-env \
--package @babel/preset-react \
--package @babel/preset-typescript \
--package babel-jest \
--bail=20 \
--ci \
--coverage true \
--forceExit \
--logHeapUsage \
--runInBand
- continue-on-error: true
run: docker-compose down -f docker-compose-wsl2.yml --rmi -all

0 comments on commit 32a816f

Please sign in to comment.