houdini/script/test.sh
2020-06-03 13:54:46 -05:00

2 lines
179 B
Bash
Executable file

#!/bin/bash
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