Skip to content

Commit 139824d

Browse files
committed
fix ci
1 parent b983e51 commit 139824d

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
@@ -76,7 +76,7 @@ jobs:
7676
run: php bin/console lint:yaml config src
7777
- name: doctrine:schema:validate
7878
if: always()
79-
run: php bin/console doctrine:schema:validate
79+
run: php bin/console doctrine:schema:update --dump-sql
8080
env:
8181
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/symfony
8282
- name: Archive logs as artifacts

0 commit comments

Comments
 (0)