mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +00:00
chore: Increase disk space in the coverage runs (#2684)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
0081f4de71
commit
30ce250ab2
11
.github/workflows/cov.yml
vendored
11
.github/workflows/cov.yml
vendored
@ -25,11 +25,22 @@ jobs:
|
||||
credentials:
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
volumes:
|
||||
- /:/hostroot
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Delete Space
|
||||
run: |
|
||||
df -h
|
||||
rm -rf /hostroot/usr/share/dotnet
|
||||
rm -rf /hostroot/usr/local/share/boost
|
||||
rm -rf /hostroot/usr/local/lib/android
|
||||
rm -rf /hostroot/opt/ghc
|
||||
echo "***************After Deletion***************************"
|
||||
df -h
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
uname -a
|
||||
|
Loading…
Reference in New Issue
Block a user