Skip to content

Commit

Permalink
Add conditional to exclude macOS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Nov 8, 2024
1 parent 4df0272 commit b6d2652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: bundle exec exe/git-fame --log-level debug

- name: Codeclimate (code coverage)
if: runner.os != 'macos'
uses: paambaati/codeclimate-action@v9
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
Expand Down

0 comments on commit b6d2652

Please sign in to comment.