From 00af17d80d5806dd7c01c9b2df48fe32d966305a Mon Sep 17 00:00:00 2001 From: bengo <171782+gobengo@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:38:56 -0700 Subject: [PATCH] try differently for client ci to only install in packages/client --- .github/workflows/client.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index f69aa5676f..d264bb0a1c 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -46,8 +46,7 @@ jobs: node-version: ${{ matrix.node_version }} - uses: bahmutov/npm-install@v1 with: - working-directory: packages/client - install-command: yarn --focus + install-command: yarn workspace packages/client install - name: Test (ES) run: yarn --cwd packages/client test:es - name: Test (Web)