Skip to content

Commit

Permalink
Add babel-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 5, 2023
1 parent 52df028 commit e1e4b80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
run: |
zip docker.zip -r@ <<EOF
./docker-compose-wsl2.yml
./babel-passthru-transformer.js
./babel-jest-config.js
./__tests__/
./jest.config.js
./node_modules/
Expand Down Expand Up @@ -97,7 +99,7 @@ jobs:

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

- run: npx jest@29 --bail=20 --ci --coverage true --forceExit --logHeapUsage --runInBand
- run: npx --package jest@29 --package babel-jest 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 e1e4b80

Please sign in to comment.