Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Dec 6, 2023
1 parent 32a816f commit 610aeb8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,19 @@ jobs:
- run: docker-compose up --detach --scale chrome=1 -f docker-compose-wsl2.yml

- 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
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 610aeb8

Please sign in to comment.