Update CI workflow to run UI tests

This commit is contained in:
Youssef Victor 2025-03-13 09:04:03 +01:00 committed by GitHub
commit 20281c25a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,8 +162,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1 # this is a workaround because microsoft/vstest-action is broken. - uses: ilammy/msvc-dev-cmd@v1 # this is a workaround because microsoft/vstest-action is broken.
name: Setup dev tools name: Setup dev tools
- run: | - run: |
dotnet test ${{ github.workspace }}\download\publish\CalculatorUITests.dll ` ${{ github.workspace }}\download\publish\CalculatorUITests.exe `
/Platform:x64 ` --settings ${{ github.workspace }}\download\publish\CalculatorUITests.ci.runsettings
-- --settings ${{ github.workspace }}\download\publish\CalculatorUITests.ci.runsettings
shell: pwsh shell: pwsh
name: Run UI tests name: Run UI tests