From 6c8b9d0525922f0648353c48338c8476c840ae38 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Sat, 14 Dec 2024 23:24:43 +0100 Subject: [PATCH] test ci/cd --- .github/workflows/ci-rust-sdk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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