Skip to content

Commit 199b68e

Browse files
authored
Update action-ci.yml
1 parent 7c11033 commit 199b68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/action-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ jobs:
162162
- uses: ilammy/msvc-dev-cmd@v1 # this is a workaround because microsoft/vstest-action is broken.
163163
name: Setup dev tools
164164
- run: |
165-
vstest.console.exe ${{ github.workspace }}\download\publish\CalculatorUITests.dll `
165+
dotnet test ${{ github.workspace }}\download\publish\CalculatorUITests.dll `
166166
/Platform:x64 `
167-
/Settings:${{ github.workspace }}\download\publish\CalculatorUITests.ci.runsettings
167+
-- --settings ${{ github.workspace }}\download\publish\CalculatorUITests.ci.runsettings
168168
shell: pwsh
169169
name: Run UI tests

0 commit comments

Comments
 (0)