Skip to content

Commit 9d10aa4

Browse files
committed
try to fix ci
1 parent da58fc2 commit 9d10aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: php bin/console lint:yaml config src
127127
- name: doctrine:schema:validate
128128
if: always()
129-
run: php bin/console doctrine:schema:validate
129+
run: php bin/console doctrine:schema:validate -vvv
130130
env:
131131
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
132132
- name: Archive logs as artifacts

0 commit comments

Comments
 (0)