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 31e164a commit d20b024Copy full SHA for d20b024
.github/workflows/test.yml
@@ -149,7 +149,7 @@ jobs:
149
run: bundle exec rspec
150
- name: Coveralls Parallel
151
if: ${{ github.repository_owner == 'railsadminteam' }}
152
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
153
continue-on-error: true
154
with:
155
github-token: ${{ secrets.github_token }}
@@ -163,7 +163,7 @@ jobs:
163
runs-on: ubuntu-latest
164
steps:
165
- name: Coveralls Finished
166
167
168
169
parallel-finished: true
0 commit comments