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 8f0a9a3 commit 5b648eeCopy full SHA for 5b648ee
2 files changed
.github/workflows/CD.yml
@@ -38,6 +38,7 @@ jobs:
38
# https://github.com/GabrielBB/xvfb-action
39
- name: Run headless test
40
uses: GabrielBB/xvfb-action@v1.7
41
+ if: matrix.config.os != 'windows-latest'
42
with:
43
run: yarn test
44
release:
.github/workflows/CI.yml
@@ -42,5 +42,6 @@ jobs:
45
46
47
0 commit comments