From 6da4d859ebce1aa4f5ab787d0c4a99306bbb06f5 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 20 Nov 2023 12:21:38 -0500 Subject: [PATCH] Install dzil stuff, run tests --- .woodpecker/author-tests.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index 24eef96..52ef0db 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -7,7 +7,10 @@ matrix: - "-threaded" steps: - generate: + test: image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports" commands: - - env \ No newline at end of file + - cpanm --verbose Dist::Zilla + - dzil authordeps | xargs cpanm --verbose + - dzil listdeps | xargs cpanm --verbose + - dzil test \ No newline at end of file