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 6ea03bc commit 522d0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: bahmutov/npm-install@v1
with:
working-directory: packages/client
install-command: yarn --focus
- name: Test (ES)
run: yarn --cwd packages/client test:es
- name: Test (Web)
Expand Down

0 comments on commit 522d0db

Please sign in to comment.