Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Oct 15, 2024
1 parent 13d6b22 commit f2bc136
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci-rust-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
casper-nctl:
# Docker Hub image
image: gregoshop/casper-nctl:2.0
ports:
- 11101-11105:11101-11105
- 14101-14105:14101-14105
- 18101-18105:18101-18105
- 25101-25105:25101-25105
- 28101-28105:28101-28105
volumes:
- $PWD/assets/users:/app/casper-nctl/assets/net-1/users/

ports:
- 11101-11105:11101-11105
- 14101-14105:14101-14105
- 18101-18105:18101-18105
- 25101-25105:25101-25105
- 28101-28105:28101-28105
volumes:
- $PWD/assets/users:/app/casper-nctl/assets/net-1/users/
env:
RPC_ADDRESS: http://127.0.0.1:11100
EVENT_ADDRESS: http://127.0.0.1:18101/events
Expand Down

0 comments on commit f2bc136

Please sign in to comment.