Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9269503

Browse files
committedOct 16, 2019
call integration test from azure pipeline
1 parent 70e8bb2 commit 9269503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GIT_USER_EMAIL: $(GIT_USER_EMAIL)
2626
GIT_USER_NAME: $(GIT_USER_NAME)
2727
GIT_PASSWORD: $(GIT_PASSWORD)
28-
- script: npm run test-staging
28+
- script: npm run test-staging && node helpers/integration-tests/index.js
2929
displayName: 'Analyze staging with webhint'
3030
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
3131
- bash: |

0 commit comments

Comments
 (0)
Please sign in to comment.