Skip to content

Commit

Permalink
Merge pull request #155 from webpack/ci/appveyor-yarn
Browse files Browse the repository at this point in the history
run appveyor with yarn too
  • Loading branch information
sokra committed Apr 26, 2020
2 parents c5a3346 + 1403402 commit 88e13a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ environment:

install:
- ps: Install-Product node $env:nodejs_version x64
- npm install
- yarn --frozen-lockfile

build: off

test_script:
- node --version
- npm --version
- cmd: npm test
- yarn --version
- cmd: yarn test

0 comments on commit 88e13a6

Please sign in to comment.