Skip to content

Commit

Permalink
Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haru committed Sep 9, 2021
1 parent 343af30 commit 2ad0104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build
run: bash -x ./build-scripts/build.sh
- name: Coveralls GitHub Action
if: ${{ matrix.ruby_version != 2.7 }}
if: ${{ matrix.ruby_version != 2.5 }}
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2ad0104

Please sign in to comment.