Skip to content

Commit 3320b46

Browse files
author
Bastian Schwarz
committed
moving env around
Signed-off-by: Bastian Schwarz <bastian@repareo.de>
1 parent fa8e0aa commit 3320b46

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ jobs:
2323
test-command: |
2424
INTEGRATION_TESTS_LOCAL_PORT_HTTP=80 \
2525
INTEGRATION_TESTS_LOCAL_PORT_HTTPS=443 \
26-
INTEGRATION_TESTS_HOST=localhost \
2726
docker-compose up -d --wait --build --force-recreate --remove-orphans integrationtests.webserver && \
28-
composer ci-all
27+
INTEGRATION_TESTS_HOST=localhost composer ci-all

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ services:
3131
ports:
3232
- "${INTEGRATION_TESTS_LOCAL_PORT_HTTP:-}:80"
3333
- "${INTEGRATION_TESTS_LOCAL_PORT_HTTPS:-}:443"
34-
environment:
35-
- INTEGRATION_TESTS_HOST
3634
healthcheck:
3735
test: [ "CMD", "curl", "--fail", "http://localhost/test.html" ]
3836
interval: 1s

0 commit comments

Comments
 (0)