Skip to content

Commit

Permalink
Merge pull request diffblue#7574 from tautschnig/bugfixes/coverage-ci
Browse files Browse the repository at this point in the history
Free up additional disk space on GitHub runner
  • Loading branch information
tautschnig authored Mar 6, 2023
2 parents ec46ac8 + a4989b9 commit e024ecb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,12 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Remove unnecessary software to free up disk space
run: |
# inspired by https://github.com/easimon/maximize-build-space/blob/master/action.yml
df -h
sudo rm -rf /usr/share/dotnet /usr/local/lib/* /opt/*
df -h
- name: Download testing and coverage dependencies
env:
# This is needed in addition to -yq to prevent apt-get from asking for
Expand Down

0 comments on commit e024ecb

Please sign in to comment.