File tree 3 files changed +30
-19
lines changed 3 files changed +30
-19
lines changed Original file line number Diff line number Diff line change
1
+ orbs :
2
+
3
+
1
4
executors :
2
5
node :
3
6
parameters :
@@ -272,10 +275,32 @@ jobs:
272
275
no_output_timeout : 2h
273
276
working_directory : ~/project/www
274
277
278
+ windows_unit_tests :
279
+ executor :
280
+ name : win/vs2019
281
+ shell : powershell.exe
282
+ steps :
283
+ - checkout
284
+ - restore_cache :
285
+ keys :
286
+ - yarn-packages-v2-{{ checksum "yarn.lock" }}
287
+ - yarn-packages-v2-
288
+ - run :
289
+ name : " Install dependencies"
290
+ command : yarn bootstrap
291
+ - save_cache :
292
+ paths :
293
+ - C:\Users\circleci\AppData\Local\Yarn\Cache
294
+ key : yarn-packages-v2-{{ checksum "yarn.lock" }}
295
+ - run :
296
+ name : " Run Tests"
297
+ command : yarn test
298
+
275
299
workflows :
276
300
version : 2
277
301
build-test :
278
302
jobs :
303
+ - windows_unit_tests
279
304
- bootstrap
280
305
- lint :
281
306
requires :
@@ -332,7 +357,6 @@ workflows:
332
357
requires :
333
358
- build_www
334
359
context : build_www
335
-
336
360
www_deploy :
337
361
triggers :
338
362
- schedule :
Original file line number Diff line number Diff line change 107
107
},
108
108
"workspaces" : [
109
109
" packages/*"
110
- ]
110
+ ],
111
+ "resolutions" : {
112
+ "write-file-atomic" : " 2.4.1"
113
+ }
111
114
}
Original file line number Diff line number Diff line change @@ -22299,7 +22299,7 @@ wrappy@1:
22299
22299
version "1.0.2"
22300
22300
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
22301
22301
22302
-
22302
+ [email protected] , write-file-atomic@^2.0.0, write-file-atomic@^2.3.0, write-file-atomic@^2.4.2 :
22303
22303
version "2.4.1"
22304
22304
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.1.tgz#d0b05463c188ae804396fd5ab2a370062af87529"
22305
22305
integrity sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==
22308
22308
imurmurhash "^0.1.4"
22309
22309
signal-exit "^3.0.2"
22310
22310
22311
- write-file-atomic@^2.0.0, write-file-atomic@^2.3.0:
22312
- version "2.3.0"
22313
- resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.3.0.tgz#1ff61575c2e2a4e8e510d6fa4e243cce183999ab"
22314
- dependencies:
22315
- graceful-fs "^4.1.11"
22316
- imurmurhash "^0.1.4"
22317
- signal-exit "^3.0.2"
22318
-
22319
- write-file-atomic@^2.4.2:
22320
- version "2.4.2"
22321
- resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.2.tgz#a7181706dfba17855d221140a9c06e15fcdd87b9"
22322
- dependencies:
22323
- graceful-fs "^4.1.11"
22324
- imurmurhash "^0.1.4"
22325
- signal-exit "^3.0.2"
22326
-
22327
22311
22328
22312
version "0.0.2"
22329
22313
resolved "https://registry.yarnpkg.com/write-file-stdout/-/write-file-stdout-0.0.2.tgz#c252d7c7c5b1b402897630e3453c7bfe690d9ca1"
You can’t perform that action at this time.
0 commit comments