Skip to content

Commit b42c003

Browse files
committed
e2e - 4 workers on larger runner
1 parent 3b5d694 commit b42c003

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint-test-build:
1010
permissions:
1111
contents: read
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-8c-32gb
1313

1414
defaults:
1515
run:
@@ -54,7 +54,7 @@ jobs:
5454
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5555

5656
e2e-tests:
57-
runs-on: ubuntu-latest
57+
runs-on: ubuntu-8c-32gb
5858
container:
5959
image: mcr.microsoft.com/playwright:v1.56.1-noble
6060
options: --user 1001

org.knime.ui.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ci:lint-format": "run-p lint:* format:check -c",
2020
"audit": "pnpm audit --prod",
2121
"test:unit": "vitest",
22-
"test:e2e": "playwright test behavior/",
22+
"test:e2e": "playwright test behavior/ --workers=4",
2323
"test:e2e:update": "playwright test behavior/ --update-snapshots --workers=1",
2424
"test:e2e:ui": "playwright test --ui",
2525
"test:performance": "playwright test performance/ --workers=1",

0 commit comments

Comments
 (0)