From 8d21aafa39be44051a2f94cdc83bd10a630101a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Baillet?= Date: Mon, 16 Dec 2024 17:45:31 +0100 Subject: [PATCH] try to fix ci --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 2bf7232..d8b90cf 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -110,6 +110,7 @@ jobs: DATABASE_URL: mysql://root:symfony@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/openchurch_test - name: Execute tests (Unit and Feature tests) via PHPUnit run: vendor/bin/phpunit + env: DATABASE_URL: mysql://root:symfony@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/openchurch_test - name: phpstan if: always()