Also change download mirror for e2e tests

This commit is contained in:
Ramon Wenger 2023-12-12 09:28:39 +01:00
parent 83733f2b9c
commit 8c9dfaf98c
1 changed files with 1 additions and 1 deletions

View File

@ -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