1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Use yarn in test script

This commit is contained in:
Simen Bekkhus 2017-08-23 11:23:07 +02:00 committed by Ivar Conradi Østhus
parent 37782e0519
commit 5321a5e485

View File

@ -24,8 +24,8 @@ done
export TEST_DATABASE_URL=postgres://postgres:$POSTGRES_PASSWORD@$database_host:$PGPORT/postgres
npm install
yarn
DATABASE_URL=$TEST_DATABASE_URL ./node_modules/.bin/db-migrate up
npm test
yarn test
docker stop $HASH
docker rm $HASH