Skip to content

Commit 2e6a3e1

Browse files
committed
Fix CI
1 parent 2f3501d commit 2e6a3e1

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- name: Run tests
2525
run: bundle exec rake
2626

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
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

0 commit comments

Comments
 (0)