Remove build step from test
This commit is contained in:
parent
e06d0c91f2
commit
61a7e4bbcf
|
@ -59,7 +59,6 @@ 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 }}
|
||||
|
@ -83,7 +82,6 @@ jobs:
|
|||
node-version: 14.x
|
||||
cache: "yarn"
|
||||
- run: yarn
|
||||
- run: yarn build --scope=@budibase/types --scope=@budibase/shared-core
|
||||
- run: yarn test --scope=@budibase/pro
|
||||
|
||||
integration-test:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 64a2025727c25d5813832c92eb360de3947b7aa6
|
||||
Subproject commit a590dc237a16983b8f39dc8e65005b7736d23467
|
Loading…
Reference in New Issue