test actions
All checks were successful
Build / build (push) Successful in 6s

This commit is contained in:
2026-01-31 20:10:38 -05:00
parent d67456b9d7
commit 7f3b1f08e3

View File

@@ -25,3 +25,5 @@ jobs:
sleep 3
export RUNNER_TRACKING_ID=self-managed
nohup ./target/release/site > server.log 2>&1 &
sleep 2
pgrep site && echo "Site is running!"