Просмотр исходного кода

feat(ci): readd integration tests on Windows

Lucas Nogueira 3 лет назад
Родитель
Сommit
1316602346
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .github/workflows/covector-version-or-publish.yml

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

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