From 1a0a23e31a9b671b0fadf64d00a5611fc9acecb0 Mon Sep 17 00:00:00 2001 From: Ayush Saini <36878972+imayushsaini@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:14:24 +0530 Subject: [PATCH] :( --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e441b8..6456234 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Run server binary and capture output run: | - .ballisticakit_server > server-output.log 2>&1 & + ./ballisticakit_server > server-output.log 2>&1 & SERVER_PID=$! sleep 30 # let it run for 30 seconds kill $SERVER_PID # terminate the server