Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Dec 27, 2024
1 parent 7666ce2 commit af43978
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,37 +95,13 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: Gradle cache
uses: gradle/actions/setup-gradle@v4

- name: AVD cache
uses: actions/cache@v4
id: avd-cache
with:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-${{ env.api_level }}

- name: create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ env.api_level }}
target: google_apis
arch: x86_64
profile: pixel_6_pro
force-avd-creation: false
script: echo "Generated AVD snapshot for caching."

- name: Setup Android SDK
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ env.api_level }}
target: google_apis
arch: x86_64
profile: pixel_6_pro
force-avd-creation: false
script: flutter test integration_test --coverage --coverage-path coverage/lcov-it.info

- name: Upload coverage artifact
Expand Down

0 comments on commit af43978

Please sign in to comment.