Revert "Put webgl first"

This reverts commit 4af4d8dcc6.
This commit is contained in:
Daniel Imms
2023-09-08 13:19:29 -07:00
parent 4af4d8dcc6
commit 534b03b99f
+2 -2
View File
@@ -259,12 +259,12 @@ jobs:
ls -R
- name: Build demo
run: yarn build-demo
- name: Integration tests (xterm-addon-webgl)
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --suite=xterm-addon-webgl
- name: Integration tests (core)
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --suite=core
- name: Integration tests (xterm-addon-canvas)
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --suite=xterm-addon-canvas
- name: Integration tests (xterm-addon-webgl)
run: yarn test-playwright-${{ matrix.browser }} --forbid-only --suite=xterm-addon-webgl
test-api:
needs: build