소스 검색

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