Skip to content

Commit 283e396

Browse files
Free integration runner tool cache
1 parent 3751d29 commit 283e396

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test-integration-skywalking-e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
# this might remove tools that are actually needed,
4545
# if set to "true" but frees about 6 GB
46-
tool-cache: false
46+
tool-cache: true
4747
# all of these default to true, but feel free to set to
4848
# "false" if necessary for your workflow
4949
android: true
@@ -61,6 +61,9 @@ jobs:
6161
echo '{ "exec-opts": ["native.cgroupdriver=cgroupfs"], "cgroup-parent": "/actions_job", "data-root": "/mnt/docker" }' | sudo tee /etc/docker/daemon.json
6262
sudo service docker start
6363
64+
- name: Report disk usage
65+
run: df -h
66+
6467
- name: Checkout
6568
uses: actions/checkout@v3
6669
with:

0 commit comments

Comments
 (0)