ci: fix workflows

This commit is contained in:
2025-02-06 04:34:59 +08:00
parent 57ae2191ae
commit 25a27e1998
3 changed files with 36 additions and 36 deletions

View File

@@ -42,7 +42,7 @@ jobs:
run: npm run test-ci
- name: 'Report Coverage'
if: always()
if: (github.event_name == 'pull_request' && github.event.action != 'closed')
uses: davelosert/vitest-coverage-report-action@v2
- name: Building Frontend