Skip to content

Commit 028e7ca

Browse files
committed
fix ci
1 parent a18706d commit 028e7ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-actions.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
tests:
6464
env:
65-
HOST_API: api.openchurch.local/api
65+
HOST_API: http://api.openchurch.local/api
6666
runs-on: ubuntu-latest
6767
# Docs: https://docs.github.com/en/actions/using-containerized-services
6868
services:
@@ -112,7 +112,6 @@ jobs:
112112
run: env
113113
- name: Run migrations
114114
run: |
115-
env
116115
php bin/console doctrine:migrations:migrate --no-interaction || echo "No migrations found or migration failed"
117116
env:
118117
DATABASE_URL: mysql://root:[email protected]:${{ job.services.mysql.ports['3306'] }}/openchurch_test

0 commit comments

Comments
 (0)