diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ad244b94..7e4c73af 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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