We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16cfc4 commit f1e7899Copy full SHA for f1e7899
.github/workflows/test-report.yml
@@ -2,7 +2,8 @@ name: Test Report
2
3
on:
4
workflow_run:
5
- workflows: ['Continuous Integration & Delivery']
+ workflows:
6
+ - Continuous Integration & Delivery
7
types:
8
- completed
9
@@ -19,6 +20,8 @@ jobs:
19
20
- name: Download Test And Coverage Results
21
uses: actions/download-artifact@v5
22
with:
23
+ github-token: ${{ secrets.GITHUB_TOKEN }}
24
+ run-id: ${{ github.event.workflow_run.id }}
25
pattern: Testcontainers*
26
27
- name: Publish Test Report
0 commit comments