Skip to content

Commit

Permalink
fix: gh action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Oct 24, 2024
1 parent 24f4534 commit c80deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
- run: pnpm install
- run: pnpm test
- run: cd packages && pnpm test

0 comments on commit c80deac

Please sign in to comment.