Skip to content

Commit

Permalink
ci: increase data partition for emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Oct 28, 2023
1 parent 66a11ef commit b70cc63
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: AVD cache
uses: actions/cache@v3
id: avd-cache
with:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-31
- name: Functional Tests
uses: reactivecircus/[email protected]
with:
Expand All @@ -74,6 +66,7 @@ jobs:
avd-name: macOS-avd-x86_64-31
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
disk-size: 3200M
script: ./gradlew :parsely:connectedCheck
- name: Publish build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b70cc63

Please sign in to comment.