Skip to content

Commit

Permalink
Add test for api level 34
Browse files Browse the repository at this point in the history
  • Loading branch information
imnutz committed Oct 4, 2023
1 parent cafc23a commit cb418ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ jobs:
steps:
- run_local_tests

instrument_tests_level_34:
executor:
name: android/android-machine
resource-class: large
tag: "2023.09.1"
steps:
- run_instrument_tests:
api_level: '34'

instrument_tests_level_33:
executor:
name: android/android-machine
Expand Down

0 comments on commit cb418ad

Please sign in to comment.