Skip to content

Commit

Permalink
ci: use curl -f option
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Mar 19, 2023
1 parent 97bdf73 commit 2d95924
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 @@ -52,8 +52,8 @@ jobs:
./webrtc-piping -s http://localhost:8080 tunnel 8888 mypath &
./webrtc-piping -s http://localhost:8080 tunnel -l 9999 mypath &
sleep 1
curl -sS localhost:8888
curl -sS localhost:8888
curl -fsS localhost:8888
curl -fsS localhost:8888
- name: Duplex communication
run: |
Expand Down

0 comments on commit 2d95924

Please sign in to comment.