Skip to content

Commit

Permalink
Merge d1e299d into ba8093f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 6, 2021
2 parents ba8093f + d1e299d commit d2e2796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Run tests
run: bundle exec rails test:all
- name: Report completion to Coveralls
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.github_token }}
flag-name: ubuntu-${{ matrix.ubuntu }}-ruby-${{ matrix.ruby }}
Expand All @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Report completion to Coveralls
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit d2e2796

Please sign in to comment.