From bed8db3a12bc7c1c59b9646461acad0962506059 Mon Sep 17 00:00:00 2001 From: Aleksey Kulikov Date: Thu, 28 Oct 2021 19:03:59 +0300 Subject: [PATCH] chore: change ci for windows CI for windows checks that proper libgit2 library is downloaded but does not run dart tests, due to broken CRLF attributes --- .github/workflows/master.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 6fb638a..62a44d4 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -52,3 +52,4 @@ jobs: - name: Run tests run: dart test --exclude-tags "remote_fetch" --platform vm + if: matrix.platform != 'windows-latest'