Skip to content

Commit

Permalink
Experiment with not using gradle cache in gradle-emulator-test GitHub…
Browse files Browse the repository at this point in the history
… Action.

gradle-emulator-test started failing when the runner version was changed in #1889 (https://github.com/android/android-test/actions/runs/5904773196/job/16017633837),
which seems to indicate gradle-emulator-test  is not properly using the artifacts at head.
  • Loading branch information
brettchabot committed Aug 18, 2023
1 parent 43798af commit 1c3968a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: 'Cache Gradle files'
uses: gradle/gradle-build-action@v2
# - name: 'Cache Gradle files'
#uses: gradle/gradle-build-action@v2
- name: 'Download local snapshot for tests'
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 1c3968a

Please sign in to comment.