diff --git a/.github/workflows/ci-rust-sdk.yml b/.github/workflows/ci-rust-sdk.yml index ededefd1..240b5dbd 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 - casper-node-launcher-js node --daemon + npx casper-node-launcher-js node --daemon - name: Unit Tests run: make test