From a492eef79059260cebb02d2f23a63daf8a132e6f Mon Sep 17 00:00:00 2001 From: Andrew vonderLuft Date: Mon, 9 Oct 2023 18:40:00 -0700 Subject: [PATCH] testing --- .github/workflows/coveralls.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index e51033df..8bdfaf26 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -34,5 +34,6 @@ jobs: run: | gem install bundler bin/bundle install --retry 3 --quiet + bin/bundle exec rails db:migrate bin/bundle exec rails db:prepare bin/bundle exec rails test