Tests must be compiled even when yarn is executed

This commit is contained in:
Alexandru Dima
2021-01-11 13:18:55 +01:00
parent acb0a35629
commit 5755d943ca
3 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ steps:
set -e
yarn --cwd test/integration/browser compile
displayName: Compile integration tests
condition: and(succeeded(), eq(variables.NODE_MODULES_RESTORED, 'true'), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
- script: |
# Figure out the full absolute path of the product we just built