Skip to content

Commit 30d2a38

Browse files
authored
CI: skip cli-suite on Windows due to #9571 (#10257)
1 parent 6bf766f commit 30d2a38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ jobs:
210210
run: sh validate.sh $FLAGS -s cli-tests
211211

212212
- name: Validate cli-suite
213+
if: runner.os != 'Windows'
213214
run: sh validate.sh $FLAGS -s cli-suite
214215

215216
- name: Validate solver-benchmarks-tests

0 commit comments

Comments
 (0)