Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 1, 2024
1 parent 22df859 commit 79df4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm install -g pnpm && pnpm install

- name: Run Vitest tests
run: pnpm run test --reporter=verbose
run: pnpm run test --reporter=github-actions
# 如果你的 package.json 中有 "test" 脚本,可以使用上面的命令
# 如果没有,可以直接运行 vitest:
# run: npx vitest run --reporter=github-actions

0 comments on commit 79df4d2

Please sign in to comment.