Skip to content

Commit

Permalink
Added step to for freeing up disk space to address tkltest-ui CI "no …
Browse files Browse the repository at this point in the history
…space left on device" error

Signed-off-by: Saurabh Sinha <[email protected]>
  • Loading branch information
sinha108 committed Sep 30, 2023
1 parent 7b0dc83 commit 0b2ac60
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/tkltest_ui_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,21 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
run: |
df -h
- name: Free up Ubuntu Runner disk space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
run: |
df -h
- name: Set up Python ${{ matrix.version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 0b2ac60

Please sign in to comment.