Skip to content

Commit

Permalink
missing pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Dec 14, 2024
1 parent 5872d16 commit 4aaae97
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-rust-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Casper node launcher js
run: git clone --branch dist_folder https://github.com/casper-network/casper-node-launcher-js.git
cd casper-node-launcher-js
npm install
node --daemon
run: |
git clone --branch dist_folder https://github.com/casper-network/casper-node-launcher-js.git
cd casper-node-launcher-js
npm install
node --daemon
- name: Unit Tests
run: make test
Expand Down

0 comments on commit 4aaae97

Please sign in to comment.