Skip to content

Commit

Permalink
chore: improve curl option
Browse files Browse the repository at this point in the history
  • Loading branch information
cao7113 committed Jul 8, 2024
1 parent a98b9bd commit e19ac02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Ping api-server
run: |
sleep 1
curl http://localhost:4000/ping
curl http://localhost:4000
curl -sSL http://localhost:4000/ping
curl -sSL http://localhost:4000

0 comments on commit e19ac02

Please sign in to comment.