Skip to content

Commit

Permalink
Try to run tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gnclmorais committed Feb 17, 2022
1 parent 6b54540 commit b1f0b20
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ environment:
matrix:
- nodejs_version: "8"
- nodejs_version: "10"
image:
- Ubuntu
- Visual Studio 2017

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- appveyor-retry yarn --frozen-lockfile --non-interactive
- cmd: powershell Install-Product node $env:nodejs_version
- sh: nvm install $nodejs_version
- ps: appveyor-retry yarn --frozen-lockfile --non-interactive

cache:
- '%LOCALAPPDATA%\Yarn'
Expand Down

0 comments on commit b1f0b20

Please sign in to comment.