1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Run with concurrency 1

This commit is contained in:
Adria Navarro 2023-07-27 16:02:03 +02:00
parent c7b0960bb3
commit 225d498909

View file

@ -110,7 +110,7 @@ jobs:
node-version: 18.x
cache: "yarn"
- run: yarn
- run: yarn test --scope=@budibase/worker --scope=@budibase/server
- run: yarn test --concurrency=1 --scope=@budibase/worker --scope=@budibase/server
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN || github.token }} # not required for public repos