Skip to content

Commit

Permalink
Don't run through nyc on mac and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Nov 6, 2019
1 parent 030a8bd commit 48b20e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
displayName: Cache node modules
- script: yarn --frozen-lockfile
displayName: 'Install dependencies and build'
- script: yarn test-coverage --forbid-only
- script: yarn test-unit --forbid-only
displayName: 'Unit tests'
- script: yarn lint
displayName: 'Lint'
Expand All @@ -74,7 +74,7 @@ jobs:
displayName: Cache node modules
- script: yarn --frozen-lockfile
displayName: 'Install dependencies and build'
- script: yarn test-coverage --forbid-only
- script: yarn test-unit --forbid-only
displayName: 'Unit tests'
- script: yarn lint
displayName: 'Lint'
Expand Down

0 comments on commit 48b20e3

Please sign in to comment.