mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 21:25:39 +02:00
8 lines
204 B
Bash
Executable file
8 lines
204 B
Bash
Executable file
# /bin/sh
|
|
docker-compose down
|
|
docker-compose build
|
|
|
|
# Setup test database
|
|
docker-compose run app rake db:setup:all test
|
|
# Finally run tests to check if everything is in order
|
|
docker-compose run app rspec
|