Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji committed Aug 7, 2024
1 parent df0ab55 commit a627098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
test:
runs-on: macos-13
env:
API_LEVEL: 26
API_LEVEL: 10
NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages # NuGet CLI environment variables

steps:
Expand Down
4 changes: 3 additions & 1 deletion src/MaaFramework.Binding.UnitTests/Test_IMaaController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,10 @@ public void Interface_InputText(MaaTypes type, IMaaController maaController, boo
}

[TestMethod]
[MaaData(MaaTypes.All, nameof(Data), false, "com.android.settings")]
[MaaData(MaaTypes.All, nameof(Data), true, "com.android.settings/.Settings")]
#if !GITHUB_ACTIONS
[MaaData(MaaTypes.All, nameof(Data), false, "com.android.settings")]
#endif
public void Interface_StartApp_StopApp(MaaTypes type, IMaaController maaController, bool assertSuccess, string intent)
{
Assert.IsNotNull(maaController);
Expand Down

0 comments on commit a627098

Please sign in to comment.