run tests in series
this _might_ reduce the change of the tests failing in our CI
This commit is contained in:
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user