From e1f381a21448882b40de282b31ef5e0bbb5e72d0 Mon Sep 17 00:00:00 2001 From: Alexande B Date: Wed, 12 Jun 2024 11:54:53 +0200 Subject: [PATCH] test: bench on 31 emulator --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b69d691..370faa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: - name: Run tests uses: ./.github/actions/android-emulator-run with: - api-level: 33 + api-level: 31 script: ./gradlew benchmark:connectedReleaseAndroidTest - if: failure() uses: actions/upload-artifact@v4