We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17af82 commit 9cafdceCopy full SHA for 9cafdce
1 file changed
.github/workflows/php_analysis.yml
@@ -56,5 +56,11 @@ jobs:
56
id: psalm
57
run: vendor/bin/psalm --show-info=false --output-format=github --shepherd
58
59
+ - name: Start MySQL service
60
+ run: sudo /etc/init.d/mysql start
61
+
62
+ - name: Create test database
63
+ run: php bin/console --env=test doctrine:database:create
64
65
- name: Doctrine Schema Validator
- run: php bin/console doctrine:schema:validate --skip-sync
66
+ run: php bin/console --env=test doctrine:schema:validate --skip-sync
0 commit comments