We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a4fed commit bd5f5afCopy full SHA for bd5f5af
azure-pipelines.yml
@@ -25,7 +25,7 @@ jobs:
25
GIT_USER_EMAIL: $(GIT_USER_EMAIL)
26
GIT_USER_NAME: $(GIT_USER_NAME)
27
GIT_PASSWORD: $(GIT_PASSWORD)
28
- - script: npm run test-staging
+ - script: npm run test-staging && node helpers/integration-tests/index.js
29
displayName: 'Analyze staging with webhint'
30
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
31
- bash: |
0 commit comments