Keep the error output for logging purposes
This commit is contained in:
parent
c14a09dbd3
commit
92fad1003b
|
|
@ -58,8 +58,8 @@ aliases:
|
||||||
- npm run "install:cypress" --prefix client
|
- npm run "install:cypress" --prefix client
|
||||||
- psql -U $DATABASE_USER -h $DATABASE_HOST -c "create database $DATABASE_NAME"
|
- psql -U $DATABASE_USER -h $DATABASE_HOST -c "create database $DATABASE_NAME"
|
||||||
- python server/manage.py dummy_data
|
- python server/manage.py dummy_data
|
||||||
- python server/manage.py runserver > /dev/null 2>&1 &
|
- python server/manage.py runserver 2>&1 > /dev/null &
|
||||||
- npm run dev --prefix client > /dev/null 2>&1 &
|
- npm run dev --prefix client 2>&1 > /dev/null &
|
||||||
- cd client
|
- cd client
|
||||||
- curl http://localhost:8000/beta-login
|
- curl http://localhost:8000/beta-login
|
||||||
- npm run test:cypress
|
- npm run test:cypress
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue