Skip to content

Commit 096af2e

Browse files
committed
fix(CI): set run-id in download action
1 parent ef91a22 commit 096af2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-report.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
uses: actions/download-artifact@v5
1717
with:
1818
name: test-results
19+
run-id: ${{ github.event.workflow_run.id }}
20+
github-token: ${{ secrets.GITHUB_TOKEN }}
1921
- name: Test Summary
2022
uses: test-summary/action@v2
2123
with:

0 commit comments

Comments
 (0)