Skip to content

Commit

Permalink
Update GitHub coveralls job
Browse files Browse the repository at this point in the history
Reorder config to match other jobs.
  • Loading branch information
gbp committed Oct 26, 2023
1 parent aea75a2 commit b4599f2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,14 @@ jobs:
parallel: true

coveralls:
permissions:
checks: write
name: Coveralls
needs: rspec
runs-on: ubuntu-latest

needs: rspec

permissions:
checks: write

steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit b4599f2

Please sign in to comment.