mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
Use yarn in test script
This commit is contained in:
parent
2c390d5fb1
commit
0f32279b67
@ -24,8 +24,8 @@ done
|
|||||||
|
|
||||||
export TEST_DATABASE_URL=postgres://postgres:$POSTGRES_PASSWORD@$database_host:$PGPORT/postgres
|
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
|
DATABASE_URL=$TEST_DATABASE_URL ./node_modules/.bin/db-migrate up
|
||||||
npm test
|
yarn test
|
||||||
docker stop $HASH
|
docker stop $HASH
|
||||||
docker rm $HASH
|
docker rm $HASH
|
||||||
|
Loading…
Reference in New Issue
Block a user