From 01c9869e2b72be514691f7c5eead1632fe682781 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 28 Oct 2023 18:07:54 +0300 Subject: phpunit - skip integration tests --- utils/phpunit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/phpunit.sh b/utils/phpunit.sh index 2aa166283..461a4abad 100755 --- a/utils/phpunit.sh +++ b/utils/phpunit.sh @@ -1,6 +1,6 @@ #!/bin/sh docker run --rm -v $(pwd):/app \ - --workdir /app registry.fakecake.org/ci/php8.2-alpine:3.18 php82 -d memory_limit=-1 ./vendor/bin/phpunit + --workdir /app registry.fakecake.org/ci/php8.2-alpine:3.18 php82 -d memory_limit=-1 ./vendor/bin/phpunit --exclude integration -- cgit v1.2.3