Skip to content

Commit

Permalink
Merge pull request #23 from arkedge/test-multiple-reporter
Browse files Browse the repository at this point in the history
Test multiple reviewdog reporter
  • Loading branch information
sksat authored Feb 8, 2024
2 parents d7fc81d + 735aa00 commit 46ecf01
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:

jobs:
test:
strategy:
fail-fast: false
matrix:
reporter: [ github-check, github-pr-review, github-pr-annotations ]

runs-on: ubuntu-22.04

steps:
Expand All @@ -21,5 +26,5 @@ jobs:
- uses: ./
with:
workdir: ./test/build
reporter: github-pr-review
reporter: ${{ matrix.reporter }}
fail_on_error: false

0 comments on commit 46ecf01

Please sign in to comment.