Don't run tests in parallel

This commit is contained in:
Adria Navarro 2023-05-18 17:46:24 +02:00
parent 0850ee7b8c
commit d9b105a001
1 changed files with 1 additions and 1 deletions

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
- run: yarn test --ignore=@budibase/pro --concurrency=1
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos