Skip to content

Commit

Permalink
use wscat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Oct 17, 2024
1 parent dc960d9 commit 416f448
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,9 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install node
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'


- name: Install wscat
uses: actions/setup-node@vv
run: npm install -g wscat

- name: Set up Docker Buildx
Expand Down Expand Up @@ -80,8 +75,6 @@ jobs:
build-args: |
TOKEN_BRIDGE_BRANCH=v1.2.2
- name: Smoke Test with Latest Espresso Image
run: |
${{ matrix.test-script }}
Expand Down

0 comments on commit 416f448

Please sign in to comment.