Skip to content

Commit

Permalink
add polling on azure
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 7, 2019
1 parent f128b6f commit ded7c24
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ jobs:
matrix:
node-10:
node_version: ^10.10.0
polling: 0
node-8:
node_version: ^8.12.0
polling: 0
node-6:
node_version: ^6.16.0
polling: 0
node-10-poll:
node_version: ^10.10.0
polling: 200
steps:
- task: NodeTool@0
inputs:
Expand All @@ -34,6 +40,8 @@ jobs:
set -e
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
yarn cover --report lcovonly
env:
WATCHPACK_POLLING: $(polling)
displayName: "Run tests with coverage"
- job: macOS
Expand Down Expand Up @@ -81,10 +89,16 @@ jobs:
matrix:
node-10:
node_version: ^10.10.0
polling: 0
node-8:
node_version: ^8.12.0
polling: 0
node-6:
node_version: ^6.16.0
polling: 0
node-10-poll:
node_version: ^10.10.0
polling: 200
steps:
- task: NodeTool@0
inputs:
Expand All @@ -105,4 +119,6 @@ jobs:
- script: |
set -e
yarn cover --report lcovonly
env:
WATCHPACK_POLLING: $(polling)
displayName: "Run tests with coverage"

0 comments on commit ded7c24

Please sign in to comment.