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