Skip to content

Commit 1610de0

Browse files
committed
ci: run pnpm -r test in test.yml
1 parent 12dbfcc commit 1610de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: pnpm install --frozen-lockfile
2828
- name: Run tests
29-
run: pnpm test
29+
run: pnpm -r test
3030

3131
# TODO add coverage using
3232
# <https://github.com/marketplace/actions/code-coverage-summary>

0 commit comments

Comments
 (0)