mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Limit workers to 1 for now
This commit is contained in:
parent
d810f22237
commit
a3a5d278a0
@ -16,5 +16,6 @@ const config: PlaywrightTestConfig = {
|
|||||||
command: "yarn start",
|
command: "yarn start",
|
||||||
url: `${BASE_URL}/#/login`,
|
url: `${BASE_URL}/#/login`,
|
||||||
},
|
},
|
||||||
|
workers: 1
|
||||||
};
|
};
|
||||||
export default config;
|
export default config;
|
||||||
|
Loading…
Reference in New Issue
Block a user