added file for tests run

This commit is contained in:
seraphima
2024-01-12 13:54:13 +01:00
parent 61138a8f67
commit 0e6784888b
2 changed files with 13 additions and 1 deletions

View File

@@ -33,4 +33,5 @@ jobs:
platform: x64 platform: x64
- 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

View 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]"