Skip to content

Commit

Permalink
Additional process checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Dec 17, 2024
1 parent a27cbc0 commit b423d75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_tests_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
cat config.log
echo "Checking filesystem limits"
ulimit -a
echo "Checking user process limits"
sysctl -a | grep maxproc
if: ${{ failure() }}

nc-autotools-osx:
Expand Down

0 comments on commit b423d75

Please sign in to comment.