Skip to content

Commit 0b655fa

Browse files
Update azure-pipelines.yml
1 parent 124667a commit 0b655fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ steps:
2222
BrowserStackServiceEndPoint: 'Azure'
2323

2424
- script: |
25-
# npm install
26-
# npm run test
27-
# displayName: 'npm install and run'
25+
npm install
26+
npm run test
27+
displayName: 'npm install and run'
2828
- task: BrowserStackResults@1
2929
inputs:
3030
browserstackProduct: 'automate'

0 commit comments

Comments
 (0)