mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02: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
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue