mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-19 00:57:55 -05:00
Try Cypress in Github Actions 8
This commit is contained in:
parent
e70504942e
commit
25a8eca9f7
|
|
@ -38,6 +38,7 @@ export function seed() {
|
|||
function wipeDB() {
|
||||
const tablesToDelete = [
|
||||
"User",
|
||||
"PlusVote",
|
||||
"PlusSuggestion",
|
||||
"PlusVote",
|
||||
"BadgeOwner",
|
||||
|
|
|
|||
|
|
@ -8,9 +8,5 @@ export default defineConfig({
|
|||
},
|
||||
video: false,
|
||||
screenshotOnRunFailure: false,
|
||||
retries: {
|
||||
runMode: 2,
|
||||
openMode: 0,
|
||||
},
|
||||
requestTimeout: 5000,
|
||||
responseTimeout: 5000,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user