0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Improve e2e performance on CI

This commit is contained in:
Andrey Antukh 2024-11-01 09:52:39 +01:00
parent 607deb31dc
commit 39106c1e14

View file

@ -99,10 +99,10 @@ jobs:
- image: penpotapp/devenv:latest
working_directory: ~/repo
resource_class: medium+
resource_class: large
environment:
JAVA_OPTS: -Xmx4g -Xms100m -XX:+UseSerialGC
JAVA_OPTS: -Xmx6g -Xms2g
NODE_OPTIONS: --max-old-space-size=4096
steps:
@ -122,7 +122,7 @@ jobs:
yarn run build:app
yarn run build:app:libs
yarn run playwright install --with-deps chromium
yarn run test:e2e
yarn run test:e2e -x --workers=4
test-backend:
docker: