Skip to content

Commit

Permalink
Skip puppeteer download on unit test runs
Browse files Browse the repository at this point in the history
Fixes #2539
  • Loading branch information
Tyriar committed Nov 5, 2019
1 parent 7f598a3 commit 3dca466
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
variables:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -42,6 +44,8 @@ jobs:
- job: macOS
pool:
vmImage: 'xcode9-macos10.13'
variables:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
steps:
- task: NodeTool@0
inputs:
Expand All @@ -57,6 +61,8 @@ jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
variables:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
steps:
- task: NodeTool@0
inputs:
Expand Down

0 comments on commit 3dca466

Please sign in to comment.