Skip to content

Commit

Permalink
👷 ci(test): Use filter_mode and fail_on_error inputs instead of `…
Browse files Browse the repository at this point in the history
…reviewdog_flags`
  • Loading branch information
blooper05 committed Jun 3, 2022
1 parent d72d4aa commit 829bad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
reporter: github-pr-review
level: error
workdir: ./testdata/
reviewdog_flags: -filter-mode=file -fail-on-error
filter_mode: file
fail_on_error: true
- name: check the exit code
if: ${{ !success() }}
run: echo 'The previous step should fail' && exit 1

0 comments on commit 829bad6

Please sign in to comment.