Clean unnecessary steps
This commit is contained in:
parent
7634b5ec11
commit
aa46f5a969
|
@ -44,7 +44,6 @@ jobs:
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn bootstrap
|
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@ -60,8 +59,7 @@ jobs:
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn bootstrap
|
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core
|
||||||
- run: yarn build
|
|
||||||
- run: yarn test --ignore=@budibase/pro
|
- run: yarn test --ignore=@budibase/pro
|
||||||
- uses: codecov/codecov-action@v3
|
- uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
|
@ -82,7 +80,6 @@ jobs:
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn bootstrap
|
|
||||||
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core
|
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core
|
||||||
- run: yarn test --scope=@budibase/pro
|
- run: yarn test --scope=@budibase/pro
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue