Skip to content

Commit

Permalink
Do another websocat attempt with --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 10, 2024
1 parent 4ea09ec commit 57d0147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
if [ "$TEST_OK" == "false" ]; then
echo "One or more tests failed!"
echo ::group::another websocat connect attempt with --verbose
websocat --binary --one-message --exit-on-eof --verbose 'ws://127.0.0.1:8888/desktop-websockify/?token=secret'
echo ::endgroup::
exit 1
fi
Expand Down

0 comments on commit 57d0147

Please sign in to comment.