Build string templates before tests

This commit is contained in:
Adria Navarro 2023-05-17 11:17:50 +02:00
parent aa46f5a969
commit 3e238f3e2f
1 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@ 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 build --scope=@budibase/types --scope=@budibase/shared-core --scope=@budibase/string-templates
- run: yarn test --ignore=@budibase/pro - run: yarn test --ignore=@budibase/pro
- uses: codecov/codecov-action@v3 - uses: codecov/codecov-action@v3
with: with:
@ -95,7 +95,8 @@ jobs:
with: with:
node-version: 14.x node-version: 14.x
cache: "yarn" cache: "yarn"
- run: yarn && yarn bootstrap && yarn build - run: yarn
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core --scope=@budibase/string-templates
- run: | - run: |
cd qa-core cd qa-core
yarn setup yarn setup