We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ff52b commit c499db9Copy full SHA for c499db9
2 files changed
.github/workflows/ci.yml
@@ -36,3 +36,6 @@ jobs:
36
with:
37
name: test-results
38
path: test-report.json
39
+ web-page-report:
40
+ needs: linux-test-runner
41
+ uses: ./.github/workflows/test-report.yml
.github/workflows/test-report.yml
@@ -2,10 +2,7 @@ name: 'Test Report'
2
run-name: 'Test Report: Commit ${{ github.sha }}'
3
4
on:
5
- workflow_run:
6
- workflows: ['CI']
7
- types:
8
- - completed
+ workflow_call
9
10
permissions:
11
contents: read
@@ -20,7 +17,6 @@ jobs:
20
17
- name: Download test results
21
18
uses: actions/download-artifact@v8.0.0
22
19
23
- run-id: ${{ github.event.workflow_run.id }}
24
github-token: ${{ secrets.GITHUB_TOKEN }}
25
26
path: test-results
0 commit comments