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