feat: update CI configuration and disable Cypress support file

This commit is contained in:
2025-10-18 19:46:04 +02:00
parent 1cf674a706
commit fc13c94d5f
3 changed files with 672 additions and 2310 deletions

View File

@@ -21,4 +21,3 @@ jobs:
- run: npx prisma db push
- run: node scripts/seed-test.js
- run: pnpm ci:run
- run: pnpm run build

View File

@@ -3,6 +3,7 @@ import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:3000',
supportFile: false,
setupNodeEvents(on, config) {
// implement node event listeners here
},

2980
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff