mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
added file for tests run
This commit is contained in:
@@ -34,3 +34,4 @@ jobs:
|
|||||||
- template: ./templates/build-powertoys-ci.yml
|
- template: ./templates/build-powertoys-ci.yml
|
||||||
parameters:
|
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