mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -05:00
✨ Improve e2e performance on CI
This commit is contained in:
parent
607deb31dc
commit
39106c1e14
1 changed files with 3 additions and 3 deletions
|
@ -99,10 +99,10 @@ jobs:
|
||||||
- image: penpotapp/devenv:latest
|
- image: penpotapp/devenv:latest
|
||||||
|
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
resource_class: medium+
|
resource_class: large
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
JAVA_OPTS: -Xmx4g -Xms100m -XX:+UseSerialGC
|
JAVA_OPTS: -Xmx6g -Xms2g
|
||||||
NODE_OPTIONS: --max-old-space-size=4096
|
NODE_OPTIONS: --max-old-space-size=4096
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -122,7 +122,7 @@ jobs:
|
||||||
yarn run build:app
|
yarn run build:app
|
||||||
yarn run build:app:libs
|
yarn run build:app:libs
|
||||||
yarn run playwright install --with-deps chromium
|
yarn run playwright install --with-deps chromium
|
||||||
yarn run test:e2e
|
yarn run test:e2e -x --workers=4
|
||||||
|
|
||||||
test-backend:
|
test-backend:
|
||||||
docker:
|
docker:
|
||||||
|
|
Loading…
Add table
Reference in a new issue