From 199b68ed0df1e0804e6f7d216567f835424e25d4 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Thu, 13 Mar 2025 08:47:18 +0100 Subject: [PATCH] Update action-ci.yml --- .github/workflows/action-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-ci.yml b/.github/workflows/action-ci.yml index 693dc318..409ba030 100644 --- a/.github/workflows/action-ci.yml +++ b/.github/workflows/action-ci.yml @@ -162,8 +162,8 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 # this is a workaround because microsoft/vstest-action is broken. name: Setup dev tools - run: | - vstest.console.exe ${{ github.workspace }}\download\publish\CalculatorUITests.dll ` + dotnet test ${{ github.workspace }}\download\publish\CalculatorUITests.dll ` /Platform:x64 ` - /Settings:${{ github.workspace }}\download\publish\CalculatorUITests.ci.runsettings + -- --settings ${{ github.workspace }}\download\publish\CalculatorUITests.ci.runsettings shell: pwsh name: Run UI tests