Remove unnecessary build
This commit is contained in:
parent
7944f72820
commit
b6c4bd7698
|
@ -154,7 +154,7 @@ jobs:
|
||||||
node-version: 14.x
|
node-version: 14.x
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn build --projects=@budibase/server,@budibase/worker,@budibase/shared-core
|
- run: yarn build --projects=@budibase/server,@budibase/worker
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd qa-core
|
cd qa-core
|
||||||
|
|
Loading…
Reference in New Issue