From d57089180162539b29cdfa99616f354b82eecdf2 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 21 Nov 2023 12:50:45 -0500 Subject: [PATCH] Now use the built images --- .woodpecker/author-tests.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index 902ac15..b0981fb 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -1,5 +1,5 @@ matrix: - PERL_VERSIONS: + PERL_VERSION: - 5.36 - 5.38 THREADS: @@ -11,11 +11,8 @@ depends_on: steps: test: - image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports" + image: "gitea.simcop2387.info/simcop2387/openai-async-test-images:perl-${PERL_VERSION}${THREADS}" commands: - - apt update && apt install -y libssl-dev git - - cpanm Dist::Zilla Carton - - carton install --cpanfile cpanfile.ci --cached || cpanm --notest --force IO::Async || carton install --cpanfile cpanfile.ci --cached - dzil authordeps --missing | xargs cpanm - dzil listdeps --missing | xargs cpanm - dzil test \ No newline at end of file