We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0adbea commit 485714bCopy full SHA for 485714b
.github/workflows/github-actions.yml
@@ -63,7 +63,6 @@ jobs:
63
tests:
64
env:
65
HOST_API: api.openchurch.local/api
66
- SYNCHRO_SECRET_KEY: secret
67
runs-on: ubuntu-latest
68
# Docs: https://docs.github.com/en/actions/using-containerized-services
69
services:
@@ -114,6 +113,7 @@ jobs:
114
113
php bin/console doctrine:migrations:migrate --no-interaction || echo "No migrations found or migration failed"
115
116
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
+ SYNCHRO_SECRET_KEY: secret
117
- name: Execute tests (Unit and Feature tests) via PHPUnit
118
run: vendor/bin/phpunit
119
0 commit comments