From cfcab96e18ab189f0636dd118a56efddc1b157b3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 29 Oct 2023 10:01:14 +0300 Subject: pass API_URL to phpunit-integration CLI --- utils/phpunit-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/phpunit-integration.sh b/utils/phpunit-integration.sh index 1b5288c1b..534a52945 100755 --- a/utils/phpunit-integration.sh +++ b/utils/phpunit-integration.sh @@ -1,6 +1,6 @@ #!/bin/sh -docker run --rm -v $(pwd):/app \ +docker run --rm -v $(pwd):/app -e API_URL=${API_URL} \ --workdir /app registry.fakecake.org/ci/php8.2-alpine:3.18 php82 -d memory_limit=-1 ./vendor/bin/phpunit --group integration -- cgit v1.2.3