We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eceaf3 commit 1e40e49Copy full SHA for 1e40e49
.github/workflows/build-test-deploy.yml
@@ -278,6 +278,14 @@ jobs:
278
- name: Import gProfiler image
279
run: docker image load < output/gprofiler_x86_64.img
280
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
+
289
# TODO: Add docker layer caching when GitHub Actions cache is stabilized and works good with "satackey/action-docker-layer-caching@v0.0.11"
290
- name: Run gProfiler tests
291
run: NO_APT_INSTALL=1 ./tests/test.sh --ignore=tests/test_executable.py
0 commit comments