strategy:
matrix:
ubuntu: [18.04, 20.04]
- ruby: [2.5, 2.7]
+ ruby: [2.5, 2.7, 3.0]
runs-on: ubuntu-${{ matrix.ubuntu }}
env:
RAILS_ENV: test
- name: Install node modules
run: bundle exec rake yarn:install
- name: Run tests
- run: bundle exec rake test:db
+ run: bundle exec rails test:all
- name: Report completion to Coveralls
uses: coverallsapp/github-action@v1.1.2
with: