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