Skip to content

Commit

Permalink
ci: Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 10, 2024
1 parent 08969ed commit d9ef49a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
#api: [26, 27, 28, 29, 30, 31]
api: [31]
#arch: [x86, x86_64]
arch: [x86_64]
api: [26, 27, 28, 29, 30, 31]
arch: [x86, x86_64]
exclude:
- api: 30
arch: x86
Expand All @@ -32,7 +30,6 @@ jobs:
~/.android/avd/*
~/.android/adb*
key: avd-${{ matrix.api }}-${{ matrix.arch }}
save-always: true
- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit d9ef49a

Please sign in to comment.