From e346e5a09c4d3e0f020f8ea8a52494348cf0df0f Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Tue, 31 Oct 2023 14:05:35 -0700 Subject: [PATCH] kick it old school --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab05af22..df45daf1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,13 +37,13 @@ jobs: bundle install - name: Migrate test database - run: RAILS_ENV=test bundle exec rake db:migrate + run: bundle exec rake db:migrate db:test:prepare - name: Setup tmate session uses: mxschmitt/action-tmate@v3 - name: Run rspec - run: bin/rspec + run: bundle exec rake - name: Upload coverage results uses: actions/upload-artifact@v2