pass API_URL to phpunit-integration CLI
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user