Skip to content

Commit

Permalink
Exclude AppiumTest
Browse files Browse the repository at this point in the history
  • Loading branch information
fangdatto committed Jul 22, 2024
1 parent f9514c4 commit 53d7414
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: dotnet restore $SOLUTION

- name: Run Test
run: dotnet test $SOLUTION --filter FullyQualifiedName=AppiumTest --configuration $BUILD_CONFIG --logger "trx;LogFileName=test-results.trx" || true
run: dotnet test $SOLUTION --configuration $BUILD_CONFIG --logger "trx;LogFileName=test-results.trx" || true

- name: Test Report
uses: dorny/test-reporter@v1
Expand Down
6 changes: 0 additions & 6 deletions Solution/UnitTest.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestLibrary", "TestLibrary\
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SocketDemo", "SocketDemo\SocketDemo.csproj", "{A9D58FD3-495A-4ECC-B9D8-675FB910D29A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AppiumTest", "AppiumTest\AppiumTest.csproj", "{571FDFFE-051F-4F7E-9F38-3AEDF3452DE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSharpAPI", "RestSharpAPI\RestSharpAPI.csproj", "{3E3C6429-2B9C-439C-990D-1E06DB9AD9CB}"
EndProject
Global
Expand All @@ -37,10 +35,6 @@ Global
{A9D58FD3-495A-4ECC-B9D8-675FB910D29A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9D58FD3-495A-4ECC-B9D8-675FB910D29A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9D58FD3-495A-4ECC-B9D8-675FB910D29A}.Release|Any CPU.Build.0 = Release|Any CPU
{571FDFFE-051F-4F7E-9F38-3AEDF3452DE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{571FDFFE-051F-4F7E-9F38-3AEDF3452DE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{571FDFFE-051F-4F7E-9F38-3AEDF3452DE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{571FDFFE-051F-4F7E-9F38-3AEDF3452DE4}.Release|Any CPU.Build.0 = Release|Any CPU
{3E3C6429-2B9C-439C-990D-1E06DB9AD9CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E3C6429-2B9C-439C-990D-1E06DB9AD9CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E3C6429-2B9C-439C-990D-1E06DB9AD9CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit 53d7414

Please sign in to comment.