Skip to content

Commit ef08149

Browse files
committed
add cleanup step
1 parent a9a6ed8 commit ef08149

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run-forecast-explainer-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
- uses: ./.github/workflows/set-dummy-conf
4747
name: "Test config setup"
4848

49+
- name: Free up disk space
50+
run: |
51+
sudo apt-get clean
52+
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc
53+
df -h
54+
4955
- name: "Run Forecast Explainer Tests"
5056
timeout-minutes: 180
5157
shell: bash

0 commit comments

Comments
 (0)