From 49a040813f968651059e375086a71cbb5bd4bb13 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 21 Nov 2023 07:16:16 -0500 Subject: [PATCH] More stuff, some missing deps aparrently in the snapshot file --- .woodpecker/author-tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index b09a4e5..210b99e 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -13,4 +13,6 @@ steps: - apt update && apt install -y libssl-dev git - cpanm Dist::Zilla Carton - carton install --cpanfile cpanfile.ci --cached || carton install --cpanfile cpanfile.ci --cached + - dzil authordeps --missing | xargs cpanm + - dzil list --missing | xargs cpanm - dzil test \ No newline at end of file