Skip to content

Commit

Permalink
Re-enabled the all emulators in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper authored and kelson42 committed Jan 3, 2025
1 parent 93f4a51 commit cd6d5e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit cd6d5e2

Please sign in to comment.