diff --git a/.woodpecker.yml b/.woodpecker.yml index b8028b2..febd786 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -32,7 +32,7 @@ pipeline: - go run . --verbose & - pid=$! - sleep 10s - - cd integration && go test -tags integration ./... + - (cd integration && go test -tags integration ./...) - kill $pid environment: - ACME_API=https://acme.mock.directory