From 68b941c64c26b483d76e85baab1b73852e2e3473 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sun, 16 Jun 2024 21:36:44 +0200 Subject: [PATCH] Github Actions: make sure config.php exists --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 045e4f3..3b2d66f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,5 @@ jobs: - name: Run tests run: | composer validate + cp www/config.php.sample www/config.php ./vendor/bin/phpunit --display-warnings test/