From eb941794a873afc2a4028c301585a8b6fd247598 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 31 Aug 2025 18:05:49 +0100 Subject: [PATCH] ci: run tests added precompile and test "steps". --- .woodpecker/git-binary.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.woodpecker/git-binary.yaml b/.woodpecker/git-binary.yaml index c9534c5..c74179e 100644 --- a/.woodpecker/git-binary.yaml +++ b/.woodpecker/git-binary.yaml @@ -12,6 +12,23 @@ clone: depth: 0 steps: + - name: precompile + image: docker.io/hrfee/jfa-go-build-docker:latest + environment: + JFA_GO_SNAPSHOT: y + JFA_GO_BUILT_BY: + from_secret: BUILT_BY + commands: + - npm i + - make precompile + - name: test + image: docker.io/hrfee/jfa-go-build-docker:latest + environment: + JFA_GO_SNAPSHOT: y + JFA_GO_BUILT_BY: + from_secret: BUILT_BY + commands: + - make test - name: build image: docker.io/hrfee/jfa-go-build-docker:latest environment: