Skip to content

Commit 3a4693f

Browse files
authored
Added readable testreport to release assets (#198)
1 parent 0772b7b commit 3a4693f

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,14 @@ jobs:
2323
- name: Download test results
2424
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
2525
with:
26-
pattern: test-results-*
27-
path: testreport/
28-
29-
- name: Zip test reports
30-
run: |
31-
zip -r testreport.zip testreport
26+
pattern: html-test-report
3227

3328
- name: Attach test report to release assets
3429
if: startsWith(github.ref, 'refs/tags/')
3530
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
3631
with:
3732
repo_token: ${{ secrets.GITHUB_TOKEN }}
38-
file: testreport.zip
33+
file: html-test-report/test_report.html
3934
tag: ${{ github.ref }}
4035
overwrite: true
4136

0 commit comments

Comments
 (0)