Skip to content

Commit 5cd5f89

Browse files
committed
debug ci
1 parent 97c4905 commit 5cd5f89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-actions.yml

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ jobs:
108108
restore-keys: ${{ runner.os }}-composer-
109109
- name: Install Dependencies
110110
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
111+
- name: Debug environment variables
112+
run: env
111113
- name: Run migrations
112114
run: |
113115
php bin/console doctrine:migrations:migrate --no-interaction || echo "No migrations found or migration failed"

0 commit comments

Comments
 (0)