Skip to content

Commit

Permalink
selfhosted.yml: Check space taken by tester
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Mar 27, 2024
1 parent f437e58 commit fed2198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ jobs:
fi \
timeout 1m repo sync --force-sync || { exit_code=$?; [ $exit_code -eq 124 ] || (echo "Error: Process failed with exit code $exit_code"; exit $exit_code); }
du -csh .
rm -rf .repo
timeout-minutes: 10

Expand Down

0 comments on commit fed2198

Please sign in to comment.