1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00
ttrss/utils/phpunit-integration.sh
2023-12-10 09:36:09 +03:00

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