Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Dec 14, 2024
1 parent 8207dc3 commit 48cacb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-rust-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Casper node launcher js
run: npx github:casper-network/casper-node-launcher-js#dist_folder node --daemon
git clone --branch dist_folder https://github.com/casper-network/casper-node-launcher-js.git
cd casper-node-launcher-js
npm install
node --daemon

- name: Unit Tests
run: make test
Expand Down

0 comments on commit 48cacb0

Please sign in to comment.