attempt 1 of several million to fix coveralls
This commit is contained in:
parent
0e10225f19
commit
5fb1523396
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -38,4 +38,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ruby-version: '3.3'
|
ruby-version: '3.3'
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
- run: bundle exec rake
|
- name: Install dependencies
|
||||||
|
run: bundle install
|
||||||
|
- name: Run tests with Coveralls
|
||||||
|
env:
|
||||||
|
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||||
|
run: bundle exec rake
|
Loading…
x
Reference in New Issue
Block a user