Build client for integration test

This commit is contained in:
Adria Navarro 2023-08-02 11:09:59 +02:00
parent b6c4bd7698
commit 416899b3b8
1 changed files with 1 additions and 1 deletions

View File

@ -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 - run: yarn build --projects=@budibase/server,@budibase/worker,@budibase/client
- name: Run tests - name: Run tests
run: | run: |
cd qa-core cd qa-core