Re-add install cypress step

This commit is contained in:
Ramon Wenger 2020-06-30 18:33:01 +02:00
parent 0d6cf15e78
commit 2168a92a3b
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ aliases:
- echo "This pipeline rules!" - echo "This pipeline rules!"
- *setup-tests - *setup-tests
- npm install --prefix client - npm install --prefix client
# - 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 & - python server/manage.py runserver &