Skip to content

Commit

Permalink
POC: try to free-up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed May 3, 2024
1 parent d1bd96f commit 0461d47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/testOnDevice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: false
# large-packages: true
# swap-storage: true

- uses: actions/setup-node@v4
with:
node-version: '20.x'
Expand Down

0 comments on commit 0461d47

Please sign in to comment.