Skip to content

Commit

Permalink
ci: print reports dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed May 21, 2024
1 parent 441fca1 commit 10186c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,10 @@ jobs:
path: .vitest-reports
pattern: blob-report-*

- name: Check .vitest-reports
run: |
ls -la .vitest-reports
ls -la .vitest-reports/*
- name: Merge reports
run: npx vitest --merge-reports

0 comments on commit 10186c0

Please sign in to comment.