Skip to content

Commit

Permalink
test api 31
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Jan 23, 2024
1 parent 3537127 commit 55000de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Test
runs-on: macos-latest
env:
AVD_NAME: macOS-avd-x86_64-29
AVD_NAME: macOS-avd-x86_64-31
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -24,7 +24,7 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-29
key: avd-31

- name: Setup NodeJS
uses: actions/setup-node@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/[email protected]
with:
api-level: 29
api-level: 31
force-avd-creation: false
target: google_apis
arch: x86_64
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Run connected tests
uses: ReactiveCircus/[email protected]
with:
api-level: 29
api-level: 31
target: google_apis
arch: x86_64
avd-name: $AVD_NAME
Expand Down

0 comments on commit 55000de

Please sign in to comment.