提交 cfb9c213 编写于 作者: D Daniel Imms

Make display name consistent

上级 562e4cb0
...@@ -114,7 +114,8 @@ steps: ...@@ -114,7 +114,8 @@ steps:
cd - cd -
yarn smoketest --web --headless yarn smoketest --web --headless
continueOnError: true continueOnError: true
displayName: Smoke tests displayName: Run smoke tests
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
- script: | - script: |
set -e set -e
......
...@@ -118,7 +118,8 @@ steps: ...@@ -118,7 +118,8 @@ steps:
cd - cd -
yarn smoketest --web --headless yarn smoketest --web --headless
continueOnError: true continueOnError: true
displayName: Smoke tests displayName: Run smoke tests
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
- script: | - script: |
set -e set -e
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册