File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 - name : Eslint check
2828 run : yarn run lint
2929 - name : Cypress run
30- uses : cypress-io/github-action@v4
30+ uses : cypress-io/github-action@v5
3131 with :
3232 build : yarn run build
3333 start : yarn run dev
Original file line number Diff line number Diff line change 2727 - name : Eslint check
2828 run : yarn run lint
2929 - name : Cypress run
30- uses : cypress-io/github-action@v4
30+ uses : cypress-io/github-action@v5
3131 with :
3232 build : yarn run build
3333 start : yarn run dev
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default defineConfig({
55 projectId : 'a8nh14' ,
66 video : false ,
77 e2e : {
8- experimentalMemoryManagement : true ,
8+ // experimentalMemoryManagement: true,
99 numTestsKeptInMemory : 1 ,
1010 baseUrl : 'http://localhost:3000' ,
1111 setupNodeEvents ( on , config ) {
You can’t perform that action at this time.
0 commit comments