Update cypress pipeline step
This commit is contained in:
parent
337cd8f5ec
commit
4045923da0
|
|
@ -61,7 +61,7 @@ aliases:
|
||||||
- python server/manage.py runserver 2>&1 > /dev/null &
|
- python server/manage.py runserver 2>&1 > /dev/null &
|
||||||
- npm run build --prefix client
|
- npm run build --prefix client
|
||||||
- curl http://localhost:8000/beta-login
|
- curl http://localhost:8000/beta-login
|
||||||
- npm run --prefix client test:cypress
|
- npm run --prefix client test:cypress:e2e
|
||||||
- &jest-test
|
- &jest-test
|
||||||
name: run jest tests
|
name: run jest tests
|
||||||
caches:
|
caches:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue