Skip to content

Commit 7a133a9

Browse files
committed
test: skip windows nuts for deb
1 parent aedf71b commit 7a133a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- 'yarn test:nuts:manifest'
3737
- 'yarn test:nuts:specialTypes'
3838
- 'yarn test:nuts:tracking'
39+
# TODO: get windows nuts to pass for DEB
40+
exclude:
41+
- os: windows-latest
42+
command: yarn test:nuts:deb
3943
fail-fast: false
4044
with:
4145
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)