Skip to content

Commit 27dcdee

Browse files
committed
debug ci
1 parent 5cd5f89 commit 27dcdee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/github-actions.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,8 @@ jobs:
112112
run: env
113113
- name: Run migrations
114114
run: |
115+
env
115116
php bin/console doctrine:migrations:migrate --no-interaction || echo "No migrations found or migration failed"
116-
env:
117-
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
118-
SYNCHRO_SECRET_KEY: secret
119117
- name: Execute tests (Unit and Feature tests) via PHPUnit
120118
run: vendor/bin/phpunit
121119
env:

0 commit comments

Comments
 (0)