We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5872d16 commit 4aaae97Copy full SHA for 4aaae97
.github/workflows/ci-rust-sdk.yml
@@ -60,10 +60,11 @@ jobs:
60
registry-url: 'https://registry.npmjs.org'
61
62
- 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
+ run: |
+ git clone --branch dist_folder https://github.com/casper-network/casper-node-launcher-js.git
+ cd casper-node-launcher-js
+ npm install
67
+ node --daemon
68
69
- name: Unit Tests
70
run: make test
0 commit comments