Skip to content

Commit b2fc845

Browse files
committed
- updated regex
1 parent fc30d6e commit b2fc845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Enable admin api
3535
run: |
36-
docker exec pygeoapi sed -i 's/admin: .*/admin: true/' /pygeoapi/local.config.yml
36+
docker exec pygeoapi sed -i 's/admin:[[:space:]]*\${PYGEOAPI_SERVER_ADMIN:-false}/admin: true/' /pygeoapi/local.config.yml
3737
3838
- name: Install dependencies
3939
run: |

0 commit comments

Comments
 (0)