We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ab25d commit 1a15e6cCopy full SHA for 1a15e6c
1 file changed
.github/workflows/teradata-ci.yml
@@ -56,6 +56,14 @@ jobs:
56
fi
57
58
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
66
+ rm -rf target/*
67
- uses: actions/setup-java@v4
68
with:
69
distribution: 'temurin' # use same JDK distro as in Trino docker images
0 commit comments