mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-28 18:04:55 +00:00
Added a script to run tests
This commit is contained in:
6
run-all-tests.sh
Executable file
6
run-all-tests.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash -e
|
||||||
|
|
||||||
|
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