diff --git a/.github/workflows/demo-server-up.yml b/.github/workflows/demo-server-up.yml index ed2788c177..42000aec31 100644 --- a/.github/workflows/demo-server-up.yml +++ b/.github/workflows/demo-server-up.yml @@ -11,7 +11,7 @@ on: # # 2. Change these variables for your configuration: env: - ICM_BASE_URL: https://review.icm.intershop.de + ICM_BASE_URL: https://demo-7-10-lts.test.intershop.com jobs: CancelPrevious: diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index efd5763c7d..5651d3861b 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -14,7 +14,7 @@ on: env: NODE_VERSION: 18.16.0 - ICM_BASE_URL: https://review.icm.intershop.de + ICM_BASE_URL: https://demo-7-10-lts.test.intershop.com jobs: CancelPrevious: diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f517ede5bd..bbe91277c8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,7 +15,7 @@ on: env: NODE_VERSION: 18.16.0 NODE_OPTIONS: --max_old_space_size=10240 - ICM_BASE_URL: https://review.icm.intershop.de + ICM_BASE_URL: https://demo-7-10-lts.test.intershop.com jobs: CancelPrevious: