mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Add workers back to playwright ci
This commit is contained in:
@@ -260,11 +260,11 @@ jobs:
|
||||
- name: Build demo
|
||||
run: yarn build-demo
|
||||
- name: Integration tests (core)
|
||||
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --suite=core
|
||||
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --workers 4 --suite=core
|
||||
- name: Integration tests (xterm-addon-canvas)
|
||||
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --suite=xterm-addon-canvas
|
||||
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --workers 4 --suite=xterm-addon-canvas
|
||||
- name: Integration tests (xterm-addon-webgl)
|
||||
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --suite=xterm-addon-webgl
|
||||
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --workers 4 --suite=xterm-addon-webgl
|
||||
|
||||
test-api:
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user