Skip to content

Commit

Permalink
Retry failed tests during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Mar 13, 2024
1 parent 453dbdf commit 26903bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default defineConfig({
'packages/preset-app/index.js'
]
},
testTimeout: 20_000
testTimeout: 20_000,
retry: process.env.CI ? 1 : 0
},
server: { watch: { ignored: ['**/fixtures', '**/dist', '**/out'] } }
})

0 comments on commit 26903bb

Please sign in to comment.