1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Fix build ordering issues

This commit is contained in:
Adria Navarro 2023-05-22 13:51:07 +02:00
parent 678a2a8eed
commit d2768db2a3

View file

@ -44,7 +44,6 @@ jobs:
node-version: 14.x
cache: "yarn"
- run: yarn
- run: yarn build --scope=@budibase/string-templates
- run: yarn nx run-many -t=check:types
test:
@ -60,7 +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 build --projects @budibase/types,@budibase/shared-core,@budibase/string-templates
- run: yarn test --ignore=@budibase/pro
- uses: codecov/codecov-action@v3
with: