Skip to content

Commit 1a15e6c

Browse files
authored
Update teradata-ci.yml
1 parent 88ab25d commit 1a15e6c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/teradata-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
fi
5757
5858
echo "✅ Required Teradata ClearScape token and password to run workflow."
59+
- name: Clean up disk space
60+
run: |
61+
sudo rm -rf /tmp/*
62+
sudo apt-get clean
63+
sudo apt-get autoremove
64+
- name: Clean up build artifacts
65+
run: |
66+
rm -rf target/*
5967
- uses: actions/setup-java@v4
6068
with:
6169
distribution: 'temurin' # use same JDK distro as in Trino docker images

0 commit comments

Comments
 (0)