Don't run through nyc on mac and Windows

This commit is contained in:
Daniel Imms
2019-11-06 11:08:47 -08:00
parent 030a8bda80
commit 48b20e3200
+2 -2
View File
@@ -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'
@@ -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'