Skip to content

Commit

Permalink
More disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 19, 2023
1 parent b037543 commit 4224349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ jobs:
df -h
echo "# du -sh /"
sudo du -sh /* || true
echo "# du -sh /home/runner/work/quarkus/quarkus/*"
sudo du -sh /home/runner/work/quarkus/quarkus/* || true
echo "# du -sh /home/runner/work/quarkus/quarkus/integration-tests/*"
sudo du -sh /home/runner/work/quarkus/quarkus/integration-tests/* || true
echo "# docker images"
docker images || true
echo "# du -sh /var/lib/*"
Expand Down

0 comments on commit 4224349

Please sign in to comment.