ci: generate nitro types before running backend tests
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
chahinebrini 2026-06-18 10:28:19 +02:00
parent ad94a99a50
commit 45606d10c7

View File

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