mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
CI: Missing sudo.
This commit is contained in:
parent
e5be814929
commit
76c7a99edd
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
|
||||
- name: Check websocket connection
|
||||
run: |
|
||||
npm install -g wscat
|
||||
sudo npm install -g wscat
|
||||
wscat --version
|
||||
wscat --connect --help "wss://reanimate.clozecards.com:443/ws/"
|
||||
- name: Check links at reanimate.github.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue