Remove unnecessary build

This commit is contained in:
Adria Navarro 2023-08-02 11:01:47 +02:00
parent 7944f72820
commit b6c4bd7698
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ jobs:
node-version: 14.x
cache: "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
run: |
cd qa-core