Переглянути джерело

fix(ci): remove windows from integration test platforms

Lucas Nogueira 3 роки тому
батько
коміт
f11dab4e96
1 змінених файлів з 2 додано та 1 видалено
  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