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

Add build share-core before test

This commit is contained in:
Adria Navarro 2023-05-18 10:29:08 +02:00
parent 6d44fd012d
commit ba00b8b47d

View file

@ -59,6 +59,7 @@ jobs:
node-version: 14.x
cache: "yarn"
- run: yarn
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core --scope=@budibase/string-templates
- run: yarn test --ignore=@budibase/pro
env:
JEST_MAX_WORKERS: ${{ steps.cpu-cores.outputs.count }}