Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
displayName: 'Run unit tests'
- script: 'npm run test-integration'
displayName: 'Run integration tests'
- script: 'npm run lint'
displayName: 'Run linting'
- job: macOS
pool:
name: Hosted macOS
Expand All @@ -45,6 +47,8 @@ jobs:
displayName: 'Run unit tests'
- script: 'npm run test-integration'
displayName: 'Run integration tests'
- script: 'npm run lint'
displayName: 'Run linting'
- job: Linux
pool:
name: Hosted Ubuntu 1604
Expand Down Expand Up @@ -77,3 +81,7 @@ jobs:
displayName: 'Run integration tests'
env:
DISPLAY: :10
- script: 'npm run lint'
displayName: 'Run linting'
env:
DISPLAY: :10
Loading