Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ggonzalez94 committed Jul 24, 2024
1 parent fa2bc99 commit 3a2c8aa
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,7 @@ jobs:
name: Code Coverage
steps:
# The build artifacts generated by Polkadot projects are already large
# and even larger when using llvm-cov. This GH task helps removing some large
# files on the host and maximizing disk space(https://github.com/easimon/maximize-build-space)
# - name: Maximize build space
# uses: easimon/maximize-build-space@master
# with:
# remove-dotnet: 'true'
# remove-android: 'true'
# remove-haskell: 'true'

# and even larger when using llvm-cov. This step removes some of the larger and unused files
- name: Free disk space
run: |
echo "Freeing up disk space..."
Expand Down

0 comments on commit 3a2c8aa

Please sign in to comment.