Skip to content

Commit

Permalink
trying to get workflow to go on my nominatim branch
Browse files Browse the repository at this point in the history
Seeing if this causes the workflow to run in a different area.
  • Loading branch information
nataliejschultz committed Sep 15, 2023
1 parent 7c3fcbd commit cc09fee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- master
push:
branches:
-nominatim

schedule:
# Run every Sunday at 4:05 am
Expand All @@ -29,4 +32,6 @@ jobs:
- name: Test nominatim
env:
GEOFABRIK_QUERY_URL: "https://geocoding.geofabrik.de/${{secrets.GEOFABRIK_API}}"
TEST_KEY: ${{secrets.TEST_SECRET}}
TEST_ENVVAR: "https://geocoding.geofabrik.de/${{secrets.TEST_SECRET}}"
run: docker-compose -f emission/integrationTests/docker-compose.yml up --exit-code-from web-server

0 comments on commit cc09fee

Please sign in to comment.