From daaaf428489d66cb44cf37fc6cd1853199cbac33 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 9 Jan 2026 08:53:33 +0100 Subject: [PATCH] try to mix local and image tests --- .woodpecker/build.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index c3c2dc1..b5f8c89 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -14,8 +14,15 @@ labels: clone: git: image: codeberg.org/scip/jaildk:plugin-git-2 - + steps: + verify: + image: bash + when: + event: [push] + commands: + - freebsd-version + test: image: ghcr.io/freebsd/freebsd-runtime:14.3 when: