diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 65b7d81..00bc5ac 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -14,4 +14,5 @@ steps: - name: test image: docker.io/library/golang:1.21 commands: + - apk --update add --no-cache git git-lfs - make test