Skip to content

Commit

Permalink
tests should not run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza committed Jan 8, 2025
1 parent bfe20d2 commit 991a711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-all.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
docker compose exec -it 2am-nestkit /bin/sh -c "yarn nx reset"
docker compose exec -it 2am-nestkit /bin/sh -c "yarn nx run-many -t test --parallel=false"
docker compose exec -it 2am-nestkit /bin/sh -c "yarn nx run crudx:test"
docker compose exec -it 2am-nestkit /bin/sh -c "yarn nx reset"
docker compose exec -it 2am-nestkit /bin/sh -c "yarn nx run crudx-swagger:test"

0 comments on commit 991a711

Please sign in to comment.