From 634fdcf9b1543f006f9e51b3d28533bb943c8a40 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 28 Mar 2023 21:23:51 +0200 Subject: [PATCH] Remove android from the job name (as it is now a workspace) --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c5489919e..059fe6d81 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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 }}