run tests in series

this _might_ reduce the change of the tests failing in our CI
This commit is contained in:
dakkar 2024-06-26 21:55:08 +01:00
parent 7472972939
commit 04e5f16e2a

View file

@ -20,7 +20,7 @@ testCommit:
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile
- pnpm run build - pnpm run build
- pnpm run migrate - pnpm run migrate
- pnpm run --filter='!megalodon' test - pnpm run --filter='!megalodon' --workspace-concurrency=1 test
- pnpm run --filter=backend lint - pnpm run --filter=backend lint
- pnpm run --filter=frontend eslint - pnpm run --filter=frontend eslint
cache: cache: