提交 c23cacdc 编写于 作者: B Benjamin Pasero

build - disable smoketest

上级 1ce89e2c
...@@ -107,15 +107,15 @@ steps: ...@@ -107,15 +107,15 @@ steps:
displayName: Run integration tests displayName: Run integration tests
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false')) condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
- script: | # - script: |
set -e # set -e
cd test/smoke # cd test/smoke
yarn compile # yarn compile
cd - # cd -
yarn smoketest --web --headless # yarn smoketest --web --headless
continueOnError: true # continueOnError: true
displayName: Run smoke tests # displayName: Run smoke tests
condition: and(succeeded(), eq(variables['VSCODE_STEP_ON_IT'], 'false')) # 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.
先完成此消息的编辑!
想要评论请 注册