Skip to content

Commit

Permalink
try differently for client ci to only install in packages/client
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Mar 20, 2024
1 parent 522d0db commit 00af17d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 00af17d

Please sign in to comment.