Skip to content

Commit

Permalink
Merge pull request #20 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 2092fde + bdc35bf commit 171add4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Gradle cache
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 7.6

- name: AVD cache
uses: actions/cache@v4
Expand All @@ -33,6 +35,7 @@ jobs:
~/.android/avd/*
~/.android/adb*
key: avd-29
save-always: true

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

0 comments on commit 171add4

Please sign in to comment.