houdini/script/test.sh
2019-09-17 15:56:28 -05:00

2 lines
No EOL
172 B
Bash
Executable file

#!/bin/bash
rake db:create db:structure:load db:migrate && RAILS_ENV=test rake db:create db:structure:load test:prepare && rake spec && npm run ci-build-all && npm run jest