diff --git a/.woodpecker/edge-subpath.yml b/.woodpecker/edge-subpath.yml index 6e0a17e..26b56fb 100644 --- a/.woodpecker/edge-subpath.yml +++ b/.woodpecker/edge-subpath.yml @@ -53,3 +53,10 @@ steps: commands: - apk add --no-cache bash curl jq - bash tests/smoke-edge-subpath.sh + environment: + BASE_URL: + default: "http://localhost" + EDGE_TIMEOUT: + default: "30" + EDGE_MAX_RETRIES: + default: "3"