Remove redundant creation of db
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 3m18s
All checks were successful
Run unit tests / unit_tests (pull_request) Successful in 3m18s
This commit is contained in:
parent
0d82ef3d40
commit
424a980e69
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user