1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Remove concurrency=1

This commit is contained in:
Adria Navarro 2023-05-19 10:07:46 +02:00
parent d9b105a001
commit 5ba9c75e70

View file

@ -60,7 +60,7 @@ jobs:
cache: "yarn"
- run: yarn
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core --scope=@budibase/string-templates
- run: yarn test --ignore=@budibase/pro --concurrency=1
- run: yarn test --ignore=@budibase/pro
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos