Skip to content

Commit 2a286d8

Browse files
committed
fix: Set GH workflow run id
1 parent c16cfc4 commit 2a286d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Download Test And Coverage Results
2020
uses: actions/download-artifact@v5
2121
with:
22+
run-id: ${{ github.event.workflow_run.id }}
2223
pattern: Testcontainers*
2324

2425
- name: Publish Test Report

0 commit comments

Comments
 (0)