We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6177935 commit 38ef098Copy full SHA for 38ef098
.github/workflows/github-actions.yml
@@ -56,6 +56,8 @@ jobs:
56
docker push $DOCKER_IMAGE_PYTHON:$(git rev-parse --abbrev-ref HEAD)
57
58
tests:
59
+ env:
60
+ HOST_API: api.openchurch.local/api
61
runs-on: ubuntu-latest
62
# Docs: https://docs.github.com/en/actions/using-containerized-services
63
services:
0 commit comments