Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't test on Windows
CircleCI's free credit allowance doesn't stretch far enough to make this viable.
  • Loading branch information
sgravrock committed May 1, 2021
1 parent 6e6111e commit 18c1498
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Expand Up @@ -4,7 +4,6 @@ version: 2.1

orbs:
node: circleci/node@3.0.0
win: circleci/windows@2.2.0

executors:
node14:
Expand Down Expand Up @@ -51,11 +50,6 @@ workflows:
- build_and_test:
executor: node10
name: node_10
- build_and_test:
executor:
name: win/default
shell: powershell.exe
name: node_12_windows
cron:
<<: *push_workflow
triggers:
Expand Down

0 comments on commit 18c1498

Please sign in to comment.