We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21591e0 commit f28f996Copy full SHA for f28f996
.github/workflows/test-report.yml
@@ -0,0 +1,12 @@
1
+name: Test Report
2
+run-name: Generate Test Report for workflow ${{ github.event.workflow_run.name }} run ${{ github.event.workflow_run.run_number }} branch ${{ github.event.workflow_run.head_branch }}
3
+
4
+on:
5
+ workflow_run:
6
+ workflows: ["CI", "build"]
7
+ types: [completed]
8
9
+jobs:
10
+ report:
11
+ name: Test Report 🧪
12
+ uses: DbUp/Universe/.github/workflows/test-report.yml@main
0 commit comments