From 30d2a380cd67e8d3cab48169f0da62596ceccf36 Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Tue, 13 Aug 2024 13:35:32 -0400 Subject: [PATCH] CI: skip cli-suite on Windows due to #9571 (#10257) --- .github/workflows/validate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 8aec3e52f83..5244fabe9fb 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -210,6 +210,7 @@ jobs: run: sh validate.sh $FLAGS -s cli-tests - name: Validate cli-suite + if: runner.os != 'Windows' run: sh validate.sh $FLAGS -s cli-suite - name: Validate solver-benchmarks-tests