This commit is contained in:
Jonathan Abbett 2021-06-17 13:20:52 -04:00
parent 4487b9f75b
commit 19c8d7481b

View File

@ -29,6 +29,6 @@ jobs:
- name: Install JS dependencies - name: Install JS dependencies
run: yarn run: yarn
- name: Create database - name: Create database
run: RAILS_ENV=test bundle exec rake db:create db:migrate run: bundle exec rake db:create db:migrate
- name: Run tests - name: Run tests
run: RAILS_ENV=test bundle exec rake test run: bundle exec rake test