From da58fc2db034d901399377156c345335f13e352a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Baillet?= Date: Mon, 16 Dec 2024 17:51:09 +0100 Subject: [PATCH] try to fix ci --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index d8b90cf..489d97f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -128,7 +128,7 @@ jobs: if: always() run: php bin/console doctrine:schema:validate env: - DATABASE_URL: mysql://root:symfony@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/symfony + DATABASE_URL: mysql://root:symfony@127.0.0.1:${{ job.services.mysql.ports['3306'] }}/openchurch_test - name: Archive logs as artifacts if: always() uses: actions/upload-artifact@v4