run tests in series
this _might_ reduce the change of the tests failing in our CI
This commit is contained in:
parent
7472972939
commit
04e5f16e2a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue