mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Fixed run all tests script
This commit is contained in:
@@ -1,6 +1,2 @@
|
|||||||
#!/bin/bash -e
|
rake db:migrate RAILS_ENV=test
|
||||||
|
rake test
|
||||||
docker build -t wrestlingdev-dev -f rails-dev-Dockerfile .
|
|
||||||
|
|
||||||
docker run -it -v $(pwd):/rails wrestlingdev-dev bash rails-dev-db.sh
|
|
||||||
docker run -it -v $(pwd):/rails wrestlingdev-dev rake test
|
|
||||||
Reference in New Issue
Block a user