Skip to content

Commit c80deac

Browse files
committed
fix: gh action for tests
1 parent 24f4534 commit c80deac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- uses: pnpm/action-setup@v2
2424
- run: pnpm install
25-
- run: pnpm test
25+
- run: cd packages && pnpm test

0 commit comments

Comments
 (0)