Skip to content

Commit

Permalink
Single headless emulator - 40
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanx022 committed May 12, 2024
1 parent b36fd3a commit 90889d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kaan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
- name: Install System Image and Create AVD
run: |
sdkmanager --install "system-images;android-${{ matrix.api-level }};${{ matrix.target }};${{ matrix.arch }}"
echo "no" | avdmanager create avd -n "testAVD${{ matrix.emulator-instance }}" -k "system-images;android-${{ matrix.api-level }};${{ matrix.target }};${{ matrix.arch }}" --force
echo "no" | avdmanager create avd -n "testAVD${{ matrix.shard }}" -k "system-images;android-${{ matrix.api-level }};${{ matrix.target }};${{ matrix.arch }}" --force
- name: Run Emulator and Execute Tests
- name: Start Emulators
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
uses: actions/checkout@v4

- name: Execute Control Script
run: bash main.sh
run: bash main.sh

0 comments on commit 90889d6

Please sign in to comment.