Skip to content

Commit 8f94446

Browse files
author
Bastian Schwarz
committed
moving env around
Signed-off-by: Bastian Schwarz <bastian@repareo.de>
1 parent 28c99d1 commit 8f94446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
INTEGRATION_TESTS_LOCAL_PORT_HTTP=80 \
2525
INTEGRATION_TESTS_LOCAL_PORT_HTTPS=443 \
2626
INTEGRATION_TESTS_HOST=localhost \
27-
docker-compose up integrationtests.webserver -d --wait --build --force-recreate --remove-orphans && \
27+
docker-compose up -d --wait --build --force-recreate --remove-orphans integrationtests.webserver && \
2828
composer ci-all

0 commit comments

Comments
 (0)