From 2486b686db7638572cae1fa66bea85f85da025fb Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Thu, 18 Jun 2026 10:32:19 +0200 Subject: [PATCH] ci: run nitro prepare and tests in single backend directory command --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 88e9e65..662a699 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,8 +20,7 @@ steps: image: *node_image commands: - *pnpm_setup - - cd backend && npx nitro prepare - - cd backend && pnpm test + - cd backend && npx nitro prepare && pnpm test depends_on: [install] build-backend: