Skip to content

Commit

Permalink
Adding quotes
Browse files Browse the repository at this point in the history
Maybe it's because the quotes are not there?
  • Loading branch information
nataliejschultz committed Oct 24, 2023
1 parent 2000144 commit e3b93eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
run: echo Smoke test

- name: Secret test
run: echo $GEOFABRIK_API
run: echo "$GEOFABRIK_API"

# Passes the geofabrik key into the docker-compose.yml file.
- name: Test nominatim.py
run: GFBK_KEY=$GEOFABRIK_API docker-compose -f emission/integrationTests/docker-compose.yml up --exit-code-from web-server
run: GFBK_KEY="$GEOFABRIK_API" docker-compose -f emission/integrationTests/docker-compose.yml up --exit-code-from web-server


0 comments on commit e3b93eb

Please sign in to comment.