We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eceaf3 commit 7776308Copy full SHA for 7776308
1 file changed
.github/workflows/build-test-deploy.yml
@@ -274,6 +274,11 @@ jobs:
274
- name: Extract resources from gProfiler executable
275
run: sudo ./output/gprofiler_x86_64 extract-resources --resources-dest=./gprofiler/resources
276
277
+ - name: Clean Docker resources
278
+ run: |
279
+ docker system prune -f --volumes
280
+ df -h
281
+
282
# used in the tests
283
- name: Import gProfiler image
284
run: docker image load < output/gprofiler_x86_64.img
0 commit comments