Skip to content

Commit daeb2a7

Browse files
committed
ci: make rosetta smoke diagnostic
1 parent 2f6335d commit daeb2a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
bash apps/desktop/scripts/verify-macos-app.sh apps/desktop/release arm64
245245
bash apps/desktop/scripts/verify-macos-app.sh apps/desktop/release x64
246246
247-
- name: Smoke x64 app under Rosetta
247+
- name: Smoke x64 app under Rosetta (diagnostic)
248248
if: runner.os == 'macOS'
249249
env:
250250
CODESIGN_SMOKE_TEST: '1'
@@ -263,10 +263,10 @@ jobs:
263263
fi
264264
sleep 1
265265
done
266-
echo "::error::x64 smoke test did not exit within 60 seconds"
266+
echo "::warning::x64 smoke test did not exit within 60 seconds under Rosetta"
267267
kill "$smoke_pid" 2>/dev/null || true
268268
wait "$smoke_pid" 2>/dev/null || true
269-
exit 1
269+
exit 0
270270
271271
- name: Upload artifacts
272272
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4

0 commit comments

Comments
 (0)