Skip to content

Commit 4aaae97

Browse files
committed
missing pipe
1 parent 5872d16 commit 4aaae97

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci-rust-sdk.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ jobs:
6060
registry-url: 'https://registry.npmjs.org'
6161

6262
- name: Casper node launcher js
63-
run: git clone --branch dist_folder https://github.com/casper-network/casper-node-launcher-js.git
64-
cd casper-node-launcher-js
65-
npm install
66-
node --daemon
63+
run: |
64+
git clone --branch dist_folder https://github.com/casper-network/casper-node-launcher-js.git
65+
cd casper-node-launcher-js
66+
npm install
67+
node --daemon
6768
6869
- name: Unit Tests
6970
run: make test

0 commit comments

Comments
 (0)