Skip to content

Commit

Permalink
update test case reviewdog version to work with Apple Silicon Mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed May 2, 2024
1 parent de7fb02 commit 9297730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: install reviewdog (with reviewdog_version)
uses: ./
with:
reviewdog_version: v0.10.0
- run: test "$(reviewdog -version)" = '0.10.0'
reviewdog_version: v0.17.4
- run: test "$(reviewdog -version)" = '0.17.4'

container:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9297730

Please sign in to comment.