Skip to content

Remove Coveralls integration from test suite #2

Remove Coveralls integration from test suite

Remove Coveralls integration from test suite #2

Workflow file for this run

name: Test
on: push
env:
RAILS_ENV: test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rspec