Skip to content

Commit

Permalink
ci: run tests in band with no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 4, 2024
1 parent 7bc0b3f commit b975f87
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 @@ -15,7 +15,7 @@ aliases:
- &run-unit-tests
run:
name: Test
command: npm run test
command: npm run test -- --runInBand --no-cache

jobs:
build:
Expand Down

0 comments on commit b975f87

Please sign in to comment.