test-api: Fail fast if .only is used

This commit is contained in:
Leonardo Bressan Motyczka
2019-10-21 22:27:25 -03:00
parent d29fc6d5de
commit 7576e8c202
+2 -2
View File
@@ -80,7 +80,7 @@ jobs:
- script: |
yarn start &
sleep 10
yarn test-api --headless
yarn test-api --headless --forbid-only
displayName: 'Linux Integration tests'
- job: macOS_IntegrationTests
@@ -97,7 +97,7 @@ jobs:
- script: |
yarn start &
sleep 10
yarn test-api --headless
yarn test-api --headless --forbid-only
displayName: 'MacOS Integration tests'
- job: Release