Skip to content

Commit

Permalink
ci: Keep 0 tests in memory
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Apr 5, 2024
1 parent 5155e15 commit cf26317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ module.exports = defineConfig({
// do not retry in `cypress open`
openMode: 0,
},
'numTestsKeptInMemory': 5,
numTestsKeptInMemory: 0,
})

0 comments on commit cf26317

Please sign in to comment.