We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7355c42 commit 04d7200Copy full SHA for 04d7200
.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
42
npx tsc -p tsconfig.esm-check.json
43
npx tsc -p tsconfig.umd-check.json
44
- name: Chrome and Firefox tests
45
- run: xvfb-run --auto-servernum npm run test -- --browsers Chrome,Firefox
+ run: xvfb-run --auto-servernum npm run test -- --browsers ChromeSwiftShader,Firefox
46
- name: Archive test results
47
if: always()
48
uses: actions/upload-artifact@v4
0 commit comments