Skip to content

Commit

Permalink
simply tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moomiji committed Aug 7, 2024
1 parent f63da1b commit 0168498
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1,060 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
test:
strategy:
matrix:
API_LEVEL: [ 15,16,17,18,19,21,22,23 ]
API_LEVEL: [ 23,22,21,19,18,17,16,15 ]
Screencap: [ ScreencapEncode,ScreencapEncodeToFile,ScreencapRawByNetcat,ScreencapRawWithGzip,ScreencapMinicapStream ]
fail-fast: false
runs-on: macos-13
env:
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
env:
AdbPath: adb
Address: emulator-5554
Screencap: ${{ matrix.Screencap }}
with:
api-level: ${{ matrix.API_LEVEL }}
force-avd-creation: false
Expand Down
198 changes: 0 additions & 198 deletions src/MaaFramework.Binding.UnitTests/Test_Custom.cs

This file was deleted.

Loading

0 comments on commit 0168498

Please sign in to comment.