Skip to content

Commit 1e40e49

Browse files
committed
Clean up disk space to avoid disk error during tests
Signed-off-by: Min Yeol Lim <min.yeol.lim@intel.com>
1 parent 5eceaf3 commit 1e40e49

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,14 @@ jobs:
278278
- name: Import gProfiler image
279279
run: docker image load < output/gprofiler_x86_64.img
280280

281+
- name: Free Disk Space
282+
uses: jlumbroso/free-disk-space@main
283+
with:
284+
tool-cache: true
285+
dotnet: true
286+
docker-images: false # Keep false since you need Docker
287+
swap-storage: true
288+
281289
# TODO: Add docker layer caching when GitHub Actions cache is stabilized and works good with "satackey/action-docker-layer-caching@v0.0.11"
282290
- name: Run gProfiler tests
283291
run: NO_APT_INSTALL=1 ./tests/test.sh --ignore=tests/test_executable.py

0 commit comments

Comments
 (0)