Skip to content

Commit bd5f5af

Browse files
uchemukolomolant
authored andcommitted
Build: Add integration test into Azure Pipeline
Fix #842 Close #845
1 parent d6a4fed commit bd5f5af

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)