Skip to content

Commit

Permalink
Curl server on port 8090
Browse files Browse the repository at this point in the history
  • Loading branch information
JN-Hernandez committed May 14, 2024
1 parent 84ab339 commit aee54ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
./scripts/server >/dev/null 2>&1 &
echo "SERVER_PID=$!" >> "$GITHUB_ENV"
# - 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: |
Expand Down

0 comments on commit aee54ae

Please sign in to comment.