mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
CI wibble.
This commit is contained in:
parent
d40aed29f6
commit
986b67c7cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/site-checks.yml
vendored
2
.github/workflows/site-checks.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt install w3c-linkchecker node-ws
|
||||
sudo apt install w3c-linkchecker node-ws
|
||||
- name: Check websocket connection
|
||||
run: |
|
||||
wscat --connect "wss://reanimate.clozecards.com:443/ws/" --execute "GET /\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue