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"
|
echo "Trying again"
|
||||||
done
|
done
|
||||||
- run: |
|
- run: |
|
||||||
bundle exec rake db:create db:schema:load
|
bundle exec rake db:schema:load
|
||||||
bundle exec rspec
|
bundle exec rspec
|
||||||
env:
|
env:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user