Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/sample-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ jobs:
- name: Install JS Dependencies
run: yarn install

- uses: ./.github/actions/disk-cleanup
if: ${{ matrix.platform == 'android' }}

- name: Setup KVM
if: ${{ matrix.platform == 'android' }}
shell: bash
Expand Down Expand Up @@ -320,6 +323,7 @@ jobs:
disable-spellchecker: true
target: 'aosp_atd'
channel: canary # Necessary for ATDs
disk-size: 4096M
emulator-options: >
-no-window
-no-snapshot-save
Expand Down
Loading