Skip to content

Commit

Permalink
ci: Remove failing API level for instrumentation tests
Browse files Browse the repository at this point in the history
API 30 emulator is timing out.
Related: ReactiveCircus/android-emulator-runner#373
  • Loading branch information
devinbileck committed Feb 11, 2024
1 parent af62b21 commit 440df4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [ 26, 27, 28, 29, 30, 31, 32, 33, 34 ]
api-level: [ 26, 27, 28, 29, 31, 32, 33, 34 ]
steps:
- name: Checkout the code
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
Expand Down

0 comments on commit 440df4b

Please sign in to comment.