Skip to content

Commit

Permalink
Merge pull request #6414 from hotosm/deploy-frontend-tests
Browse files Browse the repository at this point in the history
Frontend tests now has parallel workers & removed cluttered warnings
  • Loading branch information
dakotabenjamin authored Jul 11, 2024
2 parents c0e7193 + 002384e commit 4696687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Run yarn test
command: |
cd ${CIRCLE_WORKING_DIRECTORY}/frontend/
CI=true yarn test -w 1
CI=true yarn test -w 3 --silent
CI=true GENERATE_SOURCEMAP=false yarn build
backend-code-check-PEP8:
Expand Down

0 comments on commit 4696687

Please sign in to comment.