mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-09 10:43:02 +00:00
ci: fix multicast network tests on macos
This commit is contained in:
@@ -427,7 +427,8 @@ jobs:
|
||||
attempts=1
|
||||
${{ (github.ref == 'refs/heads/stable' || startsWith(github.ref, 'refs/tags/v')) }} && attempts=3
|
||||
while [ "$i" -le "$attempts" ]; do
|
||||
if cabal test --test-show-details=direct; then
|
||||
# sudo needed with macos >15 due to Apple changes. See: https://github.com/actions/runner-images/issues/10924
|
||||
if sudo cabal test --test-show-details=direct; then
|
||||
break
|
||||
else
|
||||
echo "Attempt $i failed, retrying..."
|
||||
|
||||
Reference in New Issue
Block a user