Skip to content

Commit 38ef098

Browse files
fix env variables
1 parent 6177935 commit 38ef098

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
@@ -56,6 +56,8 @@ jobs:
5656
docker push $DOCKER_IMAGE_PYTHON:$(git rev-parse --abbrev-ref HEAD)
5757
5858
tests:
59+
env:
60+
HOST_API: api.openchurch.local/api
5961
runs-on: ubuntu-latest
6062
# Docs: https://docs.github.com/en/actions/using-containerized-services
6163
services:

0 commit comments

Comments
 (0)