mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-13 09:02:54 +00:00
CI: wscat is already available?
This commit is contained in:
parent
76c7a99edd
commit
dc6b4fcf09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/site-checks.yml
vendored
2
.github/workflows/site-checks.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
sudo apt-get -y install w3c-linkchecker
|
sudo apt-get -y install w3c-linkchecker
|
||||||
- name: Check websocket connection
|
- name: Check websocket connection
|
||||||
run: |
|
run: |
|
||||||
sudo npm install -g wscat
|
#sudo npm install -g wscat
|
||||||
wscat --version
|
wscat --version
|
||||||
wscat --connect --help "wss://reanimate.clozecards.com:443/ws/"
|
wscat --connect --help "wss://reanimate.clozecards.com:443/ws/"
|
||||||
- name: Check links at reanimate.github.io
|
- name: Check links at reanimate.github.io
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue