Skip to content

Commit

Permalink
Update coverallsapp/github-action to v2 and fix the option
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Apr 28, 2024
1 parent cdc06a6 commit e914cea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jobs:
run: bundle exec rake

- name: Coveralls
uses: coverallsapp/github-action@v1
fail-on-error: false
uses: coverallsapp/github-action@v2
with:
fail-on-error: false

ghcr-build-docker-images:
name: ghcr-docker-build-${{ matrix.docker_image }}
Expand Down

0 comments on commit e914cea

Please sign in to comment.