1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00
This commit is contained in:
Adria Navarro 2023-05-23 09:30:35 +02:00
parent 86cd7a1241
commit fe1d6e0dcc

View file

@ -47,7 +47,7 @@ jobs:
- run: yarn build --projects=@budibase/string-templates
- run: yarn nx run-many -t=check:types
test-packages:
test-libraries:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -68,7 +68,7 @@ jobs:
name: codecov-umbrella
verbose: true
test-apps:
test-services:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -82,7 +82,7 @@ jobs:
cache: "yarn"
- run: yarn
- run: yarn build --projects @budibase/types,@budibase/shared-core,@budibase/string-templates
- run: yarn test --scope=@budibase/worker --scope=@budibase/server --concurrency=1
- run: yarn test --scope=@budibase/worker --scope=@budibase/server
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos