From 37c741c15b89817b44db4fe61eb18d9eb7347b20 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Sat, 14 Dec 2024 16:39:34 +0100 Subject: [PATCH] CI/CD 1.6 --- .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 b347dfcf4..8fd5111ae 100644 --- a/.github/workflows/ci-rust-sdk.yml +++ b/.github/workflows/ci-rust-sdk.yml @@ -60,7 +60,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Casper node launcher js - run: npx casper-node-launcher-js node --daemon + run: npx github:casper-network/casper-node-launcher-js#dist_folder --daemon - name: Unit Tests run: make test