build: enable woa testing (#28952)

* chore: revert clang roll

* Revert "build: temporarily disable WOA testing (#28916)"

This reverts commit 5a9a298a74.
This commit is contained in:
Robo
2021-05-03 06:53:51 -07:00
committed by GitHub
parent 9601dc59fc
commit dc0c52eaa7
3 changed files with 25 additions and 3 deletions

View File

@@ -229,7 +229,5 @@ deploy_script:
& python script\release\uploaders\upload.py --verbose
}
} elseif (Test-Path Env:\TEST_WOA) {
# temporarily disabled due to issues from chromium roll
# node script/release/ci-release-build.js --job=electron-woa-testing --ci=VSTS --armTest --appveyorJobId=$env:APPVEYOR_JOB_ID $env:APPVEYOR_REPO_BRANCH
echo "Skipping WOA testing for now"
node script/release/ci-release-build.js --job=electron-woa-testing --ci=VSTS --armTest --appveyorJobId=$env:APPVEYOR_JOB_ID $env:APPVEYOR_REPO_BRANCH
}