Skip to content

Commit

Permalink
Move workflows/actions around
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Nov 6, 2023
1 parent 332b916 commit d16e19a
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 92 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: report-http2
name: h2spec-report

on:
workflow_run:
Expand All @@ -9,7 +9,7 @@ permissions:
checks: write

jobs:
checks:
h2spec-report:
runs-on: ubuntu-latest
steps:
- name: Download h2spec Report
Expand All @@ -21,10 +21,25 @@ jobs:
- name: Stub Git repo for test-reporter
run: |
git init
- name: Publish h2spec-generic report
uses: dorny/test-reporter@v1
with:
name: h2spec-generic
path: h2spec-generic.xml
reporter: java-junit
- name: Publish h2spec-hpack report
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
with:
name: h2spec-http2
path: h2spec-http2.xml
reporter: java-junit
fail-on-error: 'false'
- name: Report h2spec regressions
uses: hapsoc/report-h2spec-regressions@da0ad5d1fd6caf2b16b46fda70e5cb5638435baa
with:
suites: "h2spec-generic,h2spec-hpack,h2spec-http2"
10 changes: 5 additions & 5 deletions .github/workflows/release-plz.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Release-plz

permissions:
pull-requests: write
contents: write
name: release-plz

on:
push:
branches:
- main

permissions:
pull-requests: write
contents: write

jobs:
release-plz:
name: Release-plz
Expand Down
29 changes: 0 additions & 29 deletions .github/workflows/report-generic.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/report-hpack.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/report-regressions.yml

This file was deleted.

0 comments on commit d16e19a

Please sign in to comment.