diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c49ae6183f..5e2e5120ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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