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()