Clean unnecessary steps

This commit is contained in:
Adria Navarro 2023-05-17 11:06:32 +02:00
parent 7634b5ec11
commit aa46f5a969
1 changed files with 1 additions and 4 deletions

View File

@ -44,7 +44,6 @@ jobs:
node-version: 14.x
cache: "yarn"
- run: yarn
- run: yarn bootstrap
- run: yarn build
test:
@ -60,8 +59,7 @@ jobs:
node-version: 14.x
cache: "yarn"
- run: yarn
- run: yarn bootstrap
- run: yarn build
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core
- run: yarn test --ignore=@budibase/pro
- uses: codecov/codecov-action@v3
with:
@ -82,7 +80,6 @@ jobs:
node-version: 14.x
cache: "yarn"
- run: yarn
- run: yarn bootstrap
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core
- run: yarn test --scope=@budibase/pro