Skip to content

Commit

Permalink
Merge pull request #2679 from Bravo555/fix/2678/head-coverage-disk-space
Browse files Browse the repository at this point in the history
Free diskspace before running HEAD coverage
  • Loading branch information
Bravo555 authored Feb 5, 2024
2 parents d4310de + 569ab6c commit 2a8c829
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/head_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
env:
RUSTFLAGS: -D warnings
steps:
- name: Reclaim some disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf /opt/hostedtoolcache
- name: Checkout
uses: actions/checkout@v4

Expand Down

1 comment on commit 2a8c829

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
389 1 3 390 99.74 56m40.16s

Failed Tests

Name Message ⏱️ Duration Suite
Software list should be populated during startup Managed object does not have a c8y_SoftwareList fragment 136.670 s Software-Update-Child

Please sign in to comment.