Skip to content

Commit 3a2e788

Browse files
committed
ci: trial testing on windows
1 parent e6c85a7 commit 3a2e788

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: 2.1
22

3+
orbs:
4+
win: circleci/[email protected]
5+
36
commands:
47
update-yarn:
58
steps:
@@ -71,10 +74,15 @@ jobs:
7174
- image: node:12
7275
steps:
7376
- run-node
77+
windows-v12:
78+
executor: win/default
79+
steps:
80+
- run-node
7481

7582
workflows:
7683
node:
7784
jobs:
7885
- v8
7986
- v10
8087
- v12
88+
- windows-v12

0 commit comments

Comments
 (0)