Skip to content

Commit

Permalink
Troubleshooting PID
Browse files Browse the repository at this point in the history
  • Loading branch information
JN-Hernandez committed May 14, 2024
1 parent 2da37af commit 50dd3b0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50dd3b0

Please sign in to comment.