houdini/script/test.sh
Eric Schultz 3ed8a501e6
WWWWWHHHE
2019-07-29 20:10:03 +02:00

2 lines
No EOL
175 B
Bash
Executable file

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