mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
Update CI workflow to run UI tests
This commit is contained in:
parent
199b68ed0d
commit
20281c25a5
1 changed files with 2 additions and 3 deletions
5
.github/workflows/action-ci.yml
vendored
5
.github/workflows/action-ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue