We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60852b commit f37a994Copy full SHA for f37a994
.github/workflows/codeception_pimcore_x.yml
@@ -83,9 +83,9 @@ jobs:
83
php -i
84
./bin/console pimcore:system:requirements:check
85
86
-# - name: "Sync Metadata Storage"
87
-# run: |
88
-# bin/console doctrine:migrations:sync-metadata-storage
+ - name: "Sync Metadata Storage"
+ run: |
+ bin/console doctrine:migrations:sync-metadata-storage -vvv
89
90
- name: "Run Codeception"
91
run: "vendor/bin/codecept run -c . -vvv --json"
0 commit comments