Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 4, 2024
1 parent 6a4d1f3 commit b035b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/w3up-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: ${{ matrix.node_version }}
registry-url: https://registry.npmjs.org/
cache: 'pnpm'
- run: pnpm --filter '@storacha/client' install
- run: pnpm --filter '@storacha/client...' install
- run: pnpm --filter '@storacha/client' attw
- uses: ./packages/w3up-client/.github/actions/test
with:
Expand Down

0 comments on commit b035b6d

Please sign in to comment.