Skip to content

Commit 485714b

Browse files
committed
try fix ci
1 parent c0adbea commit 485714b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
tests:
6464
env:
6565
HOST_API: api.openchurch.local/api
66-
SYNCHRO_SECRET_KEY: secret
6766
runs-on: ubuntu-latest
6867
# Docs: https://docs.github.com/en/actions/using-containerized-services
6968
services:
@@ -114,6 +113,7 @@ jobs:
114113
php bin/console doctrine:migrations:migrate --no-interaction || echo "No migrations found or migration failed"
115114
env:
116115
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test
116+
SYNCHRO_SECRET_KEY: secret
117117
- name: Execute tests (Unit and Feature tests) via PHPUnit
118118
run: vendor/bin/phpunit
119119
env:

0 commit comments

Comments
 (0)