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 ab95577 commit 8b75812Copy full SHA for 8b75812
.github/workflows/coverage.yml
@@ -10,15 +10,12 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
- - name: Install Ruby (2.7)
14
- uses: ruby/setup-ruby@v1
+ - uses: ruby/setup-ruby@v1
15
with:
16
- ruby-version: 2.7
+ ruby-version: 3.4
17
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
+ - run: |
+ bundle exec rake test spinach
+ - uses: coverallsapp/github-action@v2
23
24
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments