houdini/script/test.sh

3 lines
173 B
Bash
Raw Normal View History

2018-09-06 22:11:22 +00:00
#!/bin/bash
2021-02-09 19:26:13 +00:00
yarn ci && rake db:create db:schema:load db:migrate && RAILS_ENV=test rake db:create db:schema:load test:prepare && rake spec && yarn run build-all && yarn jest