Skip to content

Commit 89fa2cb

Browse files
authored
ci: fix html reporter in CI (#142)
##**This PR**: - [X] Fixes `html` reporter in CI.
1 parent 4002ad0 commit 89fa2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: pnpm install
1515
- run: pnpm build
1616
- run: pnpm lint
17-
- run: pnpm test -- --reporter html
17+
- run: pnpm test --reporter=html
1818
- name: upload artifact
1919
uses: actions/upload-artifact@v4
2020
if: always()

0 commit comments

Comments
 (0)