Skip to content

Commit 04d7200

Browse files
committed
fix(tests): fix running tests on Chrome 144
Apply previous fix also in publish scripts
1 parent 7355c42 commit 04d7200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
npx tsc -p tsconfig.esm-check.json
4343
npx tsc -p tsconfig.umd-check.json
4444
- name: Chrome and Firefox tests
45-
run: xvfb-run --auto-servernum npm run test -- --browsers Chrome,Firefox
45+
run: xvfb-run --auto-servernum npm run test -- --browsers ChromeSwiftShader,Firefox
4646
- name: Archive test results
4747
if: always()
4848
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)