Skip to content

Commit

Permalink
[GH Actions] Add "Disk Usage" step to Android workflows
Browse files Browse the repository at this point in the history
Summary:
Just so we can see where we're at with disk usage + monitor things going forward.

Example output:
{F669336}

---

Depends on D8689

Test Plan: Will land and see what happens.

Reviewers: ashoat, ginsu, jon, tomek, marcin

Reviewed By: ashoat

Differential Revision: https://phab.comm.dev/D8690
  • Loading branch information
atulsmadhugiri committed Aug 1, 2023
1 parent 583c152 commit d435341
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ jobs:
env:
ANDROID_SIGNING_PASSWORD: ${{secrets.ANDROID_SIGNING_PASSWORD}}
run: ./gradlew bundleRelease

- name: Disk Usage
run: df -h
3 changes: 3 additions & 0 deletions .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ jobs:
- name: Upload to Google Play
working-directory: ./native/android
run: node upload-aab.js

- name: Disk Usage
run: df -h

0 comments on commit d435341

Please sign in to comment.