From 7acd1fb8da981b37e7aea6c83e3b6d5653574256 Mon Sep 17 00:00:00 2001 From: Nabeel Molham Date: Thu, 29 Aug 2024 18:36:52 +1000 Subject: [PATCH] Dump CI php ini info --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22acfd2af..7a7e136d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,4 +70,5 @@ jobs: DB_CONNECTION: sqlite DB_DATABASE: database/database.sqlite run: | + php --ini vendor/bin/phpunit --order-by="random" --coverage-text