Skip to content
Snippets Groups Projects
Commit 04e5f16e authored by dakkar's avatar dakkar
Browse files

run tests in series

this _might_ reduce the change of the tests failing in our CI
parent 74729729
No related branches found
No related tags found
2 merge requests!620Bump version,!562prepare for the next release
Pipeline #776 failed with stage
in 4 minutes and 7 seconds
......@@ -20,7 +20,7 @@ testCommit:
- pnpm install --frozen-lockfile
- pnpm run build
- pnpm run migrate
- pnpm run --filter='!megalodon' test
- pnpm run --filter='!megalodon' --workspace-concurrency=1 test
- pnpm run --filter=backend lint
- pnpm run --filter=frontend eslint
cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment