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 c395c62 commit 71be53fCopy full SHA for 71be53f
.github/workflows/snapshot_release.yaml
@@ -36,6 +36,7 @@ jobs:
36
working-directory: ./test/
37
run: npm cit
38
- name: Run window tests
39
+ if: ${{matrix.os != 'macos-11'}}
40
uses: GabrielBB/xvfb-action@v1
41
with:
42
working-directory: ./test/window-integration-tests
0 commit comments