houdini/script/test.sh

2 lines
172 B
Bash
Raw Normal View History

2018-09-06 22:11:22 +00:00
#!/bin/bash
2019-09-17 20:56:28 +00:00
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