feat(windows): run as a real SCM service, not a Run-key autostart #107

Merged
razvandimescu merged 16 commits from feat/windows-service into main 2026-04-17 07:02:43 +08:00
Showing only changes of commit 99af97a67b - Show all commits

View File

@@ -93,6 +93,10 @@ jobs:
sudo ./target/release/numa uninstall
sleep 1
! curl -sf http://127.0.0.1:5380/health 2>/dev/null
# Wait for systemd-resolved to restore DNS so the runner can
# phone home to GitHub after the job completes.
sleep 3
dig @127.0.0.1 github.com +short +timeout=5 || dig github.com +short +timeout=5 || true
- name: cleanup
if: always()
run: sudo ./target/release/numa uninstall 2>/dev/null || true