Skip to content

Commit 3e23bdc

Browse files
committed
[ECP-9719] Disable SSL on MFTF tests
1 parent 0ca606e commit 3e23bdc

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ setup-mftf:
118118

119119
rm -f dev/tests/acceptance/.env;
120120
vendor/bin/mftf setup:env \
121-
--MAGENTO_BASE_URL "https://${MAGENTO_HOST}/" \
121+
--MAGENTO_BASE_URL "http://${MAGENTO_HOST}/" \
122122
--MAGENTO_BACKEND_NAME "${ADMIN_URLEXT}" \
123123
--MAGENTO_ADMIN_USERNAME "${ADMIN_USERNAME}" \
124124
--BROWSER chrome \

.github/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ services:
5050
ADYEN_CLIENT_KEY:
5151
PHP_VERSION:
5252
MAGENTO_VERSION:
53+
USE_SSL:
5354
depends_on:
5455
- db
5556
- opensearch

.github/workflows/mftf-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
ADYEN_API_KEY: ${{secrets.ADYEN_API_KEY}}
3030
ADYEN_CLIENT_KEY: ${{secrets.ADYEN_CLIENT_KEY}}
3131
ADMIN_URLEXT: admin
32+
USE_SSL: 0
3233
steps:
3334
- uses: actions/checkout@v3
3435
with:

0 commit comments

Comments
 (0)