Skip to content

Commit 8d21aaf

Browse files
committed
try to fix ci
1 parent c7725f8 commit 8d21aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/github-actions.yml

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
111111
- name: Execute tests (Unit and Feature tests) via PHPUnit
112112
run: vendor/bin/phpunit
113+
env:
113114
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
114115
- name: phpstan
115116
if: always()

0 commit comments

Comments
 (0)