mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
added file for tests run
This commit is contained in:
@@ -33,4 +33,5 @@ jobs:
|
||||
platform: x64
|
||||
- template: ./templates/build-powertoys-ci.yml
|
||||
parameters:
|
||||
platform: arm64
|
||||
platform: arm64
|
||||
- template: ./templates/run-ui-tests-ci.yml
|
||||
11
.pipelines/ci/templates/run-ui-tests-ci.yml
Normal file
11
.pipelines/ci/templates/run-ui-tests-ci.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
parameters:
|
||||
additionalBuildArguments: ''
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
fetchDepth: 1
|
||||
submodules: true
|
||||
- bash: |
|
||||
echo "##[group]Beginning of a group"
|
||||
echo "##[debug]Debug text"
|
||||
echo "##[endgroup]"
|
||||
Reference in New Issue
Block a user