attempt 1 of several million to fix coveralls

This commit is contained in:
Kyle Drake 2024-11-19 17:18:21 -06:00
parent 0e10225f19
commit 5fb1523396

View file

@ -38,4 +38,9 @@ jobs:
with:
ruby-version: '3.3'
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