From cd6d5e260434c8e7fe91c65bc639e7a4615426d8 Mon Sep 17 00:00:00 2001 From: MohitMaliFtechiz Date: Fri, 3 Jan 2025 15:26:50 +0530 Subject: [PATCH] Re-enabled the all emulators in CI. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af2133b4e9..ae0dbaa7e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Automated tests strategy: matrix: - api-level: [ 35 ] + api-level: [ 25, 30, 33, 34, 35 ] fail-fast: true runs-on: ubuntu-22.04 steps: @@ -118,7 +118,7 @@ jobs: name: Automated tests for PlayStore variant strategy: matrix: - api-level: [ 35 ] + api-level: [ 25, 30, 33, 34, 35 ] fail-fast: true runs-on: ubuntu-22.04 steps: @@ -199,7 +199,7 @@ jobs: name: Automated tests for Custom app strategy: matrix: - api-level: [ 35 ] + api-level: [ 25, 30, 33, 34, 35 ] fail-fast: true runs-on: ubuntu-22.04 steps: @@ -280,7 +280,7 @@ jobs: name: Automated tests on Tablet strategy: matrix: - api-level: [ 35 ] + api-level: [ 25, 30, 33, 34, 35 ] fail-fast: true runs-on: ubuntu-22.04 steps: