From 0cdb51a80f9a1def64375845c29c6f54370e3a8a Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 21 Nov 2023 12:18:32 -0500 Subject: [PATCH] Added secret, also added depends on, [ALL] --- .woodpecker/author-tests.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker/author-tests.yaml b/.woodpecker/author-tests.yaml index bf2ab3f..902ac15 100644 --- a/.woodpecker/author-tests.yaml +++ b/.woodpecker/author-tests.yaml @@ -6,6 +6,9 @@ matrix: - "" - "-threaded" +depends_on: + - build-test-images + steps: test: image: "quay.io/simcop2387/perl-debug-containers:${PERL_VERSIONS}-main${THREADS}-bookworm-backports"