From 50dd3b0ca58d94261bfad3a3af9d1986e50470c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JN=20Hern=C3=A1ndez?= Date: Tue, 14 May 2024 10:13:17 -0600 Subject: [PATCH] Troubleshooting PID --- .github/workflows/ci.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85342b7..697ad82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,14 +39,15 @@ jobs: run: | ./scripts/server >/dev/null 2>&1 & SERVER_PID=$! + echo SERVER_PID - - name: Run test script - run: | - sleep 15 - curl localhost:8090/pong + # - name: Run test script + # run: | + # sleep 15 + # curl localhost:8090/pong - - name: Stop server - run: | - echo $SERVER_PID - kill $SERVER_PID + # - name: Stop server + # run: | + # echo $SERVER_PID + # kill $SERVER_PID