We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc30d6e commit b2fc845Copy full SHA for b2fc845
.github/workflows/unit-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Enable admin api
35
run: |
36
- docker exec pygeoapi sed -i 's/admin: .*/admin: true/' /pygeoapi/local.config.yml
+ docker exec pygeoapi sed -i 's/admin:[[:space:]]*\${PYGEOAPI_SERVER_ADMIN:-false}/admin: true/' /pygeoapi/local.config.yml
37
38
- name: Install dependencies
39
0 commit comments