mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
WIP
This commit is contained in:
parent
8aa523c6cc
commit
ef12a28411
@ -14,7 +14,8 @@ export default defineConfig({
|
||||
/* Run tests in files in parallel */
|
||||
fullyParallel: true,
|
||||
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
||||
forbidOnly: !!process.env.CI,
|
||||
forbidOnly: false,
|
||||
// forbidOnly: !!process.env.CI,
|
||||
/* Retry on CI only */
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
/* Opt out of parallel tests by default; can be overriden with --workers */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user