mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
attempt 1 of several million to fix coveralls
This commit is contained in:
parent
0e10225f19
commit
5fb1523396
1 changed files with 6 additions and 1 deletions
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…
Add table
Reference in a new issue