Skip to content

Commit

Permalink
Merge pull request #21 from amberin/pipeline
Browse files Browse the repository at this point in the history
Pipeline
  • Loading branch information
amberin authored Mar 16, 2024
2 parents 171add4 + 301ac4f commit 8475540
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Gradle cache
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 7.6
gradle-version: 8.3

- name: AVD cache
uses: actions/cache@v4
Expand All @@ -48,6 +48,15 @@ jobs:
profile: Nexus 6
script: echo "Generated AVD snapshot for caching."

- name: Save AVD to cache
if: steps.avd-cache.outputs.cache-hit != 'true'
uses: actions/cache/save@v4
with:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-29

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 8475540

Please sign in to comment.