ci: Azure Pipelines: upgrade from macOS 10.13 -> 10.14 (#2204)

This commit is contained in:
James Addison
2020-04-15 06:03:04 +01:00
committed by GitHub
parent ae5f866b37
commit c366e8790d
5 changed files with 1293 additions and 18 deletions

View File

@ -31,6 +31,9 @@ jobs:
inputs:
artifactName: build
downloadPath: $(System.DefaultWorkingDirectory)
- ${{ if ne(parameters.xcodeSelection, '') }}:
- script: sudo xcode-select -s "${{ parameters.xcodeSelection }}"
displayName: 'Switch Xcode'
- ${{ if not(eq(parameters.xvfb, 'true')) }}:
- script: npm run karma
displayName: 'Run browser tests'