Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant23 authored Jan 5, 2025
1 parent fb75fb4 commit 9956cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
api-level: [ 29 ]
shard: [ 1 ]
# shard: [ 1 ]
steps:

- name: Checkout
Expand Down Expand Up @@ -59,8 +59,8 @@ jobs:
~/.android/adb*
key: avd-ubuntu-${{ matrix.api-level }}-${{ env.cache-version }}

- name: Wait for emulator to boot
run: adb wait-for-device
# - name: Wait for emulator to boot
# run: adb wait-for-device

- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 9956cfb

Please sign in to comment.