mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-01-18 16:17:28 +01:00
feat: update CI configuration and disable Cypress support file
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -21,4 +21,3 @@ jobs:
|
||||
- run: npx prisma db push
|
||||
- run: node scripts/seed-test.js
|
||||
- run: pnpm ci:run
|
||||
- run: pnpm run build
|
||||
|
||||
@@ -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
2980
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user