Browse Source

fix(ci): remove windows from integration test platforms

Lucas Nogueira 3 years ago
parent
commit
f11dab4e96
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/covector-version-or-publish.yml

+ 2 - 1
.github/workflows/covector-version-or-publish.yml

@@ -16,7 +16,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        platform: [ubuntu-latest, macos-latest, windows-latest]
+        # platform: [ubuntu-latest, macos-latest, windows-latest]
+        platform: [ubuntu-latest, macos-latest]
 
     steps:
       - uses: actions/checkout@v2