Skip to content

Commit

Permalink
解决编译脚本的手误。
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Jul 8, 2021
1 parent 45c38d7 commit 707e0b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Build&Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ jobs:
if($lastexitcode -ne 0)
{
$RunFaild = 1
throw "YY-Thunks.UnitTest单元测试失败!退出代码:$lastexitcode"
}
&vstest.console src\x64\Release\YY-Thunks.UnitTest.dll "/logger:trx;LogFileName=UnitTestWin64.trx" --Parallel "/Blame:CollectDump;CollectAlways=false;DumpType=full"
Expand All @@ -147,7 +146,7 @@ jobs:
if($RunFaild -ne 0)
{
throw "YY-Thunks.UnitTest单元测试失败!
throw "YY-Thunks.UnitTest单元测试失败!"
}
- uses: dorny/test-reporter@v1
if: success() || failure()
Expand Down

0 comments on commit 707e0b2

Please sign in to comment.