Update cypress pipeline step

This commit is contained in:
Ramon Wenger 2021-03-16 15:13:40 +01:00
parent 337cd8f5ec
commit 4045923da0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ aliases:
- python server/manage.py runserver 2>&1 > /dev/null &
- npm run build --prefix client
- curl http://localhost:8000/beta-login
- npm run --prefix client test:cypress
- npm run --prefix client test:cypress:e2e
- &jest-test
name: run jest tests
caches: