Skip to content

Commit

Permalink
Use VanillaIceCream runner
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Feb 17, 2024
1 parent f82b5bf commit f240269
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
uses: yujincheng08/android-emulator-runner@VanillaIceCream
with:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
Expand All @@ -185,4 +185,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: test-outputs
path: test/build/outputs
path: |
test/build/outputs
!test/build/outputs/apk

0 comments on commit f240269

Please sign in to comment.