Skip to content

Commit

Permalink
Testing stopping server
Browse files Browse the repository at this point in the history
  • Loading branch information
JN-Hernandez committed May 14, 2024
1 parent 6fddd5b commit 84ab339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:

- name: Stop server
run: |
echo $SERVER_PID
# kill $SERVER_PID
echo "Stopping Server by killing $SERVER_PID"
kill $SERVER_PID

0 comments on commit 84ab339

Please sign in to comment.