We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9ef44 commit 7622f16Copy full SHA for 7622f16
.github/workflows/tagged_release.yaml
@@ -30,6 +30,7 @@ jobs:
30
working-directory: ./test/
31
run: npm cit
32
- name: Run window tests
33
+ if: ${{matrix.os == 'windows-2019'}}
34
uses: GabrielBB/xvfb-action@v1
35
with:
36
working-directory: ./test/window-integration-tests
0 commit comments