Skip to content

Commit

Permalink
use websocat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Oct 17, 2024
1 parent c92ad6f commit cba87e6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@ jobs:
with:
submodules: recursive

# Install wscat for finality node smoke test to listen to sequencer feed
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"

- name: Install wscat
run: npm install -g wscat
- name: Install websocat
run: |
wget https://github.com/vi/websocat/releases/download/v1.13.0/websocat_amd64-linux
chmod +x websocat_amd64-linux
sudo mv websocat_amd64-linux /usr/local/bin/websocat
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit cba87e6

Please sign in to comment.