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: