ci: integrate backend vitest tests into woodpecker pipeline #1

Merged
chahine merged 8 commits from vitest-pipeline-integration into main 2026-06-18 08:36:14 +00:00
Showing only changes of commit 45606d10c7 - Show all commits

View File

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