Skip to content

Commit 4fcd164

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

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
@@ -23,5 +23,5 @@ jobs:
2323
test-command: |
2424
INTEGRATION_TESTS_LOCAL_PORT_HTTP=80 \
2525
INTEGRATION_TESTS_LOCAL_PORT_HTTPS=443 \
26-
docker-compose up -d --wait --build --force-recreate --remove-orphans integrationtests.webserver && \
26+
docker compose up -d --wait --build --force-recreate --remove-orphans integrationtests.webserver && \
2727
INTEGRATION_TESTS_HOST=localhost composer ci-all

0 commit comments

Comments
 (0)