houdini/script/test.sh

3 lines
179 B
Bash
Raw Normal View History

2018-09-06 17:11:22 -05:00
#!/bin/bash
2020-06-03 13:54:46 -05:00
yarn ci && rake db:create db:structure:load db:migrate && RAILS_ENV=test rake db:create db:structure:load test:prepare && rake spec && yarn run build-all && yarn jest