Skip to content

Commit

Permalink
ci: pytest workflow expose central-proxy & loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 12, 2023
1 parent c81b286 commit f6a4401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/r-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
OSM_CLIENT_SECRET: ${{ env.OSM_CLIENT_SECRET }}
OSM_SECRET_KEY: ${{ env.OSM_SECRET_KEY }}
FRONTEND_MAIN_URL: ${{ vars.FRONTEND_MAIN_URL }}
options: --add-host central-proxy:127.0.0.1

services:
# Start backend database
Expand Down Expand Up @@ -73,6 +74,8 @@ jobs:
# Start proxy to access ODK Central
central-proxy:
image: "ghcr.io/hotosm/fmtm/odkcentral-proxy:latest"
ports:
- 80:80

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f6a4401

Please sign in to comment.