From 424a980e69830d100437e26fe989c34c54a60ec6 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Tue, 30 Jul 2024 21:37:22 +0200 Subject: [PATCH] Remove redundant creation of db --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8b43ded..5da2704 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: echo "Trying again" done - run: | - bundle exec rake db:create db:schema:load + bundle exec rake db:schema:load bundle exec rspec env: RAILS_ENV: test