Skip to content

Commit

Permalink
Pin Azure Chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Oct 14, 2019
1 parent 7d1f187 commit 5334c70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pool:
variables:
NEXT_TELEMETRY_DISABLED: '1'
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
CHROMEDRIVER_VERSION: '76.0.3809.68'

strategy:
maxParallel: 10
Expand Down Expand Up @@ -37,6 +38,10 @@ steps:
yarn --frozen-lockfile --check-files
displayName: 'Install dependencies'
- script: |
yarn add chromedriver@76 -W
displayName: 'Install correct Chrome Driver version'
- script: |
node run-tests.js -c 2 -g $(group)
displayName: 'Run tests'

0 comments on commit 5334c70

Please sign in to comment.