From 8c9dfaf98c882c51a6e41bafafe3e1abb09d9004 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 12 Dec 2023 09:28:39 +0100 Subject: [PATCH] Also change download mirror for e2e tests --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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