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 a6f3f70 commit 672eac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: ${{ matrix.node_version }}
- uses: bahmutov/npm-install@v1
with:
install-command: yarn workspace client install
install-command: yarn workspace nft.storage install
- name: Test (ES)
run: yarn --cwd packages/client test:es
- name: Test (Web)
Expand Down

0 comments on commit 672eac4

Please sign in to comment.