ci: run nitro prepare and tests in single backend directory command
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
chahinebrini 2026-06-18 10:32:19 +02:00
parent 45606d10c7
commit 2486b686db

View File

@ -20,8 +20,7 @@ steps:
image: *node_image image: *node_image
commands: commands:
- *pnpm_setup - *pnpm_setup
- cd backend && npx nitro prepare - cd backend && npx nitro prepare && pnpm test
- cd backend && pnpm test
depends_on: [install] depends_on: [install]
build-backend: build-backend: