Skip to content

Commit 8b75812

Browse files
committed
Lock version of coverallsapp/github-action and run test with spinach.
1 parent ab95577 commit 8b75812

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Install Ruby (2.7)
14-
uses: ruby/setup-ruby@v1
13+
- uses: ruby/setup-ruby@v1
1514
with:
16-
ruby-version: 2.7
15+
ruby-version: 3.4
1716
bundler-cache: true
18-
- name: Build and test with RSpec
19-
run: |
20-
bundle exec rake test
21-
- name: Coveralls
22-
uses: coverallsapp/github-action@master
17+
- run: |
18+
bundle exec rake test spinach
19+
- uses: coverallsapp/github-action@v2
2320
with:
2421
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)