Skip to content

Commit b7dc37b

Browse files
authored
Disable window tests on all platforms except Windows
1 parent 4a0ed50 commit b7dc37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
working-directory: ./test/
3737
run: npm cit
3838
- name: Run window tests
39-
if: ${{matrix.os != 'macos-11'}}
39+
if: ${{matrix.os == 'windows-2019'}}
4040
uses: GabrielBB/xvfb-action@v1
4141
with:
4242
working-directory: ./test/window-integration-tests

0 commit comments

Comments
 (0)