We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3501d commit 2e6a3e1Copy full SHA for 2e6a3e1
1 file changed
.github/workflows/test.yml
@@ -24,12 +24,12 @@ jobs:
24
- name: Run tests
25
run: bundle exec rake
26
27
-finish:
28
- needs: test
29
- runs-on: ubuntu-latest
30
- steps:
31
- - name: Coveralls Finished
32
- uses: coverallsapp/github-action@master
33
- with:
34
- github-token: ${{ secrets.GITHUB_TOKEN }}
35
- parallel-finished: true
+ finish:
+ needs: test
+ runs-on: ubuntu-latest
+ steps:
+ - name: Coveralls Finished
+ uses: coverallsapp/github-action@master
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ parallel-finished: true
0 commit comments