Also change download mirror for e2e tests
This commit is contained in:
parent
83733f2b9c
commit
8c9dfaf98c
|
|
@ -50,8 +50,8 @@ definitions:
|
|||
script:
|
||||
- echo "This pipeline rules!"
|
||||
- *setup-tests
|
||||
- export CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev
|
||||
- npm ci --prefix client
|
||||
- CYPRESS_DOWNLOAD_MIRROR=https://cy-cdn.currents.dev npx cypress install --force
|
||||
- npm run "install:cypress" --prefix client
|
||||
- psql -U $DATABASE_USER -h $DATABASE_HOST -c "create database $DATABASE_NAME"
|
||||
- python server/manage.py dummy_data
|
||||
|
|
|
|||
Loading…
Reference in New Issue