mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +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:
|
credentials:
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
volumes:
|
||||||
|
- /:/hostroot
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
uname -a
|
uname -a
|
||||||
|
Loading…
Reference in New Issue
Block a user