mirror of
https://github.com/penpot/penpot.git
synced 2025-06-24 16:46:58 +02:00
🐛 Fix workspace rect drawing test
This commit is contained in:
parent
677b28218e
commit
575873eba7
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ export default defineConfig({
|
|||
/* Retry on CI only */
|
||||
retries: process.env.CI ? 2 : 0,
|
||||
/* Opt out of parallel tests on CI. */
|
||||
workers: process.env.CI ? 4 : undefined,
|
||||
workers: process.env.CI ? 1 : 1,
|
||||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
reporter: "html",
|
||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue