Add workers back to playwright ci

This commit is contained in:
Daniel Imms
2023-09-08 13:30:27 -07:00
parent 2d74505208
commit b99158f8f0
+3 -3
View File
@@ -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