We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d3438 commit ef91a22Copy full SHA for ef91a22
1 file changed
.github/workflows/test-report.yml
@@ -12,6 +12,10 @@ jobs:
12
report:
13
runs-on: ubuntu-latest
14
steps:
15
+ - name: download test results artifact
16
+ uses: actions/download-artifact@v5
17
+ with:
18
+ name: test-results
19
- name: Test Summary
20
uses: test-summary/action@v2
21
with:
0 commit comments