Skip to content

Commit

Permalink
Run all report steps unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Nov 6, 2023
1 parent d16e19a commit f903bb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/h2spec-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,28 @@ jobs:
run: |
git init
- name: Publish h2spec-generic report
if: success() || failure()
uses: dorny/test-reporter@v1
with:
name: h2spec-generic
path: h2spec-generic.xml
reporter: java-junit
- name: Publish h2spec-hpack report
if: success() || failure()
uses: dorny/test-reporter@v1
with:
name: h2spec-hpack
path: h2spec-hpack.xml
reporter: java-junit
- name: Publish h2spec-http2 report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: h2spec-http2
path: h2spec-http2.xml
reporter: java-junit
- name: Report h2spec regressions
if: success() || failure()
uses: hapsoc/report-h2spec-regressions@da0ad5d1fd6caf2b16b46fda70e5cb5638435baa
with:
suites: "h2spec-generic,h2spec-hpack,h2spec-http2"

0 comments on commit f903bb5

Please sign in to comment.