mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
ci: Azure Pipelines: upgrade from macOS 10.13 -> 10.14 (#2204)
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user