From 78b160ce3fa957d064d6a7be1549ceea46cbe5c4 Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Tue, 30 May 2023 17:08:02 -0700 Subject: [PATCH] Test PR --- .github/workflows/DevHome-CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DevHome-CI.yml b/.github/workflows/DevHome-CI.yml index 245b0a801c..1d47c45a70 100644 --- a/.github/workflows/DevHome-CI.yml +++ b/.github/workflows/DevHome-CI.yml @@ -81,11 +81,11 @@ jobs: echo "Using VSDevTestCmd: ${VSDevTestCmd}" Add-Content $env:GITHUB_ENV "VSDevTestCmd=$VSDevTestCmd" - - name: DevHome Unittests + - name: DevHome UnitTests if: ${{ matrix.platform != 'arm64' }} run: cmd /c "$env:VSDevTestCmd" /Platform:${{ matrix.platform }} test\\bin\\${{ matrix.platform }}\\${{ matrix.configuration }}\\net6.0-windows10.0.22000.0\\DevHome.Test.dll - - name: Tools Unittests + - name: Tools UnitTests if: ${{ matrix.platform != 'arm64' }} run: | foreach ($UnitTestPath in (Get-ChildItem "tools\\*\\*UnitTest\\bin\\${{ matrix.platform }}\\${{ matrix.configuration }}\\net6.0-windows10.0.22000.0\\*.UnitTest.dll")) {