Skip to content

Commit ef91a22

Browse files
committed
fix(CI): download test results first
1 parent 84d3438 commit ef91a22

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test-report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
report:
1313
runs-on: ubuntu-latest
1414
steps:
15+
- name: download test results artifact
16+
uses: actions/download-artifact@v5
17+
with:
18+
name: test-results
1519
- name: Test Summary
1620
uses: test-summary/action@v2
1721
with:

0 commit comments

Comments
 (0)