mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-07 06:37:44 +02:00
6 lines
198 B
Bash
Executable File
6 lines
198 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker run --rm -v $(pwd):/app -e API_URL=${API_URL} \
|
|
--workdir /app registry.fakecake.org/infra/php8.3-alpine:3.19 \
|
|
php83 -d memory_limit=-1 ./vendor/bin/phpunit --group integration
|