From 75689aa4fc222098d8d042a5270daf3d11e102bf Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 4 May 2024 09:45:39 -0700 Subject: [PATCH] build: use binstubs for test:prepare task for running tests --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f846a97..6aeea6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,8 +74,7 @@ jobs: - name: Create database run: | - bundle exec rails db:create - bundle exec rails db:schema:load + bin/rails db:test:prepare - name: Run tests run: bundle exec rake