Remove android from the job name (as it is now a workspace)

This commit is contained in:
Sylvestre Ledru 2023-03-28 21:23:51 +02:00 committed by GitHub
parent 2447849bdc
commit 634fdcf9b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}