pass API_URL to phpunit-integration CLI
This commit is contained in:
parent
7cd2c5cac8
commit
cfcab96e18
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue