Skip to content

Commit 5b648ee

Browse files
committed
exclude win
1 parent 8f0a9a3 commit 5b648ee

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
# https://github.com/GabrielBB/xvfb-action
3939
- name: Run headless test
4040
uses: GabrielBB/xvfb-action@v1.7
41+
if: matrix.config.os != 'windows-latest'
4142
with:
4243
run: yarn test
4344
release:

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ jobs:
4242
# https://github.com/GabrielBB/xvfb-action
4343
- name: Run headless test
4444
uses: GabrielBB/xvfb-action@v1.7
45+
if: matrix.config.os != 'windows-latest'
4546
with:
4647
run: yarn test

0 commit comments

Comments
 (0)