Skip to content

Commit 54cc6db

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 3c49c1e commit 54cc6db

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pull-request-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ jobs:
143143
name: build-che-dev-image
144144
runs-on: ubuntu-22.04
145145
steps:
146+
- name: Free up disk space
147+
run: |
148+
df -h
149+
rm -rf /opt/hostedtoolcache
150+
df -h
146151
- name: Checkout che-code source code
147152
uses: actions/checkout@v4
148153

0 commit comments

Comments
 (0)