Merge pull request #4671 from uutils/sylvestre-patch-2

Remove android from the job name (as it is now a workspace)
This commit is contained in:
Daniel Hofstetter
2023-03-29 07:08:32 +02:00
committed by GitHub
+2 -2
View File
@@ -12,7 +12,7 @@ concurrency:
jobs:
test_android:
name: Test Android builds
name: Test builds
runs-on: macos-latest
timeout-minutes: 90
strategy:
@@ -56,7 +56,7 @@ jobs:
adb -s emulator-5554 emu avd snapshot save ${{ matrix.api-level }}-${{ matrix.arch }}+termux-${{ env.TERMUX }}
echo "Emulator image created."
pkill -9 qemu-system-x86_64
- name: Build and Test on Android
- name: Build and Test
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}