From 093880f85979f22bfe47a83245851f1127b9b0d3 Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Fri, 8 Jan 2021 02:54:44 +0900 Subject: [PATCH] Test wss --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 777cb2c..e9bb850 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: ./rsc --version ./rsc --showSystemProperties ./rsc ws://rsocket-demo.herokuapp.com/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug + ./rsc wss://rsocket-demo.herokuapp.com/rsocket --route searchTweets --stream -d Trump --take 3 --retry 3 --debug - name: upload-dist uses: actions/upload-artifact@v1 with: