From d8fa68f5581750fbb3360be730589e48c3a9fdd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Tue, 7 Nov 2023 23:49:26 +0100 Subject: [PATCH] ci: test before lint --- .woodpecker.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e7860e1..46968a2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,17 @@ pipeline: + test: + image: earthly/earthly:v0.7.15 + volumes: + - /var/run/docker.sock:/var/run/docker.sock + environment: + - FORCE_COLOR=1 + - EARTHLY_EXEC_CMD="/bin/sh" + secrets: [EARTHLY_CONFIGURATION] + commands: + - mkdir ~/.earthly && echo "$EARTHLY_CONFIGURATION" > ~/.earthly/config.yaml + - earthly bootstrap + - earthly +test + lint: image: earthly/earthly:v0.7.15 volumes: @@ -25,19 +38,6 @@ pipeline: # - earthly bootstrap # - earthly +audit - test: - image: earthly/earthly:v0.7.15 - volumes: - - /var/run/docker.sock:/var/run/docker.sock - environment: - - FORCE_COLOR=1 - - EARTHLY_EXEC_CMD="/bin/sh" - secrets: [EARTHLY_CONFIGURATION] - commands: - - mkdir ~/.earthly && echo "$EARTHLY_CONFIGURATION" > ~/.earthly/config.yaml - - earthly bootstrap - - earthly +test - gitea:prerelease: image: earthly/earthly:v0.7.15 volumes: