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

Remove concurrency

This commit is contained in:
Adria Navarro 2023-07-27 21:10:28 +02:00
parent 712732f795
commit a0be6029b3

View file

@ -111,7 +111,7 @@ jobs:
cache: "yarn"
- run: yarn --frozen-lockfile
- name: Test worker and server
run: yarn test --concurrency=1 --scope=@budibase/worker --scope=@budibase/server
run: yarn test --scope=@budibase/worker --scope=@budibase/server
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN || github.token }} # not required for public repos