mirror of
https://github.com/neocities/neocities.git
synced 2026-05-26 17:05:10 +00:00
attempt 1 of several million to fix coveralls
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user