From ce1fb79080b2756e94bf329641eb24c2d34b79e1 Mon Sep 17 00:00:00 2001 From: MarioRadu Date: Thu, 9 Jan 2025 11:43:00 +0200 Subject: [PATCH] GHA for validating database schema Signed-off-by: MarioRadu --- .github/workflows/validate-database-schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-database-schema.yml b/.github/workflows/validate-database-schema.yml index f1920ed..287d19b 100644 --- a/.github/workflows/validate-database-schema.yml +++ b/.github/workflows/validate-database-schema.yml @@ -45,4 +45,4 @@ jobs: run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi - name: Run database schema validation - run: php bin/doctrine orm:validate-schema --skip-sync \ No newline at end of file + run: php bin/doctrine orm:validate-schema --skip-sync