summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-29 10:01:14 +0300
committerAndrew Dolgov <[email protected]>2023-10-29 10:01:14 +0300
commitcfcab96e18ab189f0636dd118a56efddc1b157b3 (patch)
treeedc95daabcd7f1b5699cca52bfdbed8521042f6c
parent7cd2c5cac8344157f2d9cef6ca659f97d0600daf (diff)
pass API_URL to phpunit-integration CLI
-rwxr-xr-xutils/phpunit-integration.sh2
1 files changed, 1 insertions, 1 deletions
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