We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c4905 commit 5cd5f89Copy full SHA for 5cd5f89
.github/workflows/github-actions.yml
@@ -108,6 +108,8 @@ jobs:
108
restore-keys: ${{ runner.os }}-composer-
109
- name: Install Dependencies
110
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
111
+ - name: Debug environment variables
112
+ run: env
113
- name: Run migrations
114
run: |
115
php bin/console doctrine:migrations:migrate --no-interaction || echo "No migrations found or migration failed"
0 commit comments