Update action-ci.yml

This commit is contained in:
Youssef Victor 2025-03-13 08:47:18 +01:00 committed by GitHub
commit 199b68ed0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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