Skip to content

Commit

Permalink
ci: fix android test
Browse files Browse the repository at this point in the history
  • Loading branch information
shifujun committed Jun 28, 2021
1 parent e62dfd7 commit e66e0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 28
emulator-build: 7425822
target: default
arch: x86_64
profile: pixel_xl
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 28
emulator-build: 7425822
target: default
arch: x86_64
profile: pixel_xl
Expand Down

0 comments on commit e66e0bb

Please sign in to comment.