Skip to content

Commit 24fa37a

Browse files
committed
ci: debug
1 parent a9d3b1a commit 24fa37a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080
with:
8181
pattern: "coverage-*"
8282
- name: extract
83-
run: mv **/*.xml ./
83+
run: |
84+
mv **/*.xml ./
85+
tree
8486
- name: Setup pnpm
8587
uses: pnpm/action-setup@v4
8688
with:

0 commit comments

Comments
 (0)