diff --git a/.github/workflows/ci-rust-sdk.yml b/.github/workflows/ci-rust-sdk.yml index e18e7beb..47a90a1d 100644 --- a/.github/workflows/ci-rust-sdk.yml +++ b/.github/workflows/ci-rust-sdk.yml @@ -64,7 +64,7 @@ jobs: git clone --branch dist_folder https://github.com/casper-network/casper-node-launcher-js.git cd casper-node-launcher-js npm install -g - npm run node --daemon + casper-node-launcher-js node --daemon - name: Unit Tests run: make test