Remove build step from test

This commit is contained in:
Adria Navarro 2023-05-18 09:08:53 +02:00
parent e06d0c91f2
commit 61a7e4bbcf
2 changed files with 1 additions and 3 deletions

View File

@ -59,7 +59,6 @@ jobs:
node-version: 14.x node-version: 14.x
cache: "yarn" cache: "yarn"
- run: 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
env: env:
JEST_MAX_WORKERS: ${{ steps.cpu-cores.outputs.count }} JEST_MAX_WORKERS: ${{ steps.cpu-cores.outputs.count }}
@ -83,7 +82,6 @@ jobs:
node-version: 14.x node-version: 14.x
cache: "yarn" cache: "yarn"
- run: yarn - run: yarn
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core
- run: yarn test --scope=@budibase/pro - run: yarn test --scope=@budibase/pro
integration-test: integration-test:

@ -1 +1 @@
Subproject commit 64a2025727c25d5813832c92eb360de3947b7aa6 Subproject commit a590dc237a16983b8f39dc8e65005b7736d23467