Skip to content

Commit ce1fb79

Browse files
committed
GHA for validating database schema
Signed-off-by: MarioRadu <[email protected]>
1 parent b599a3b commit ce1fb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-database-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4646

4747
- name: Run database schema validation
48-
run: php bin/doctrine orm:validate-schema --skip-sync
48+
run: php bin/doctrine orm:validate-schema --skip-sync

0 commit comments

Comments
 (0)