Skip to content

Commit 2882a7e

Browse files
committed
Disable Windows tests for now
1 parent c976d83 commit 2882a7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ workflows:
187187
jobs:
188188
- NodeJS 12:
189189
<<: *common_non_publish_filters
190-
- NodeJS 14 Windows:
191-
<<: *common_non_publish_filters
190+
#- NodeJS 14 Windows:
191+
# <<: *common_non_publish_filters
192192
- NodeJS 14:
193193
<<: *common_non_publish_filters
194194
- NodeJS 16:
@@ -210,7 +210,7 @@ workflows:
210210
<<: *common_non_publish_filters
211211
requires:
212212
- NodeJS 12
213-
- NodeJS 14 Windows
213+
#- NodeJS 14 Windows
214214
- NodeJS 14
215215
- NodeJS 16
216216
- Publish GitHub Release:
@@ -223,7 +223,7 @@ workflows:
223223
<<: *common_publish_filters
224224
requires:
225225
- NodeJS 12
226-
- NodeJS 14 Windows
226+
#- NodeJS 14 Windows
227227
- NodeJS 14
228228
- NodeJS 16
229229
- Build CLI

0 commit comments

Comments
 (0)