ci: Add Gitea Actions workflow for CI/CD (Refs #2)
Some checks failed
CI/CD Pipeline / frontend-build (push) Has been cancelled
CI/CD Pipeline / docker-build (push) Has been cancelled
CI/CD Pipeline / backend-build (push) Has been cancelled

This commit is contained in:
2026-04-01 16:11:33 -03:00
parent c91ee30c1b
commit d7481323f9
4 changed files with 1221 additions and 2 deletions

View File

@@ -13,4 +13,9 @@ export default defineConfig({
},
},
},
test: {
environment: 'jsdom',
setupFiles: './src/test/setup.ts',
globals: true,
},
})