From 338f2664104901ec45b62276dbbef46412a3a663 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Fri, 10 Jun 2022 17:51:04 +0200 Subject: [PATCH] pipeline ... --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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