Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Oct 15, 2024
1 parent ee85fe6 commit 3613dc9
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci-rust-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ jobs:
node-version: [20.x]
runs-on: ${{ matrix.os }}

# services:
# # Label used to access the service container
# 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:
# - ./assets/users:/app/casper-nctl/assets/net-1/users/
env:
RPC_ADDRESS: http://127.0.0.1:11101
EVENT_ADDRESS: http://127.0.0.1:18101/events
Expand Down Expand Up @@ -65,6 +52,7 @@ jobs:
if ! nc -z localhost 11101; then
echo "Service did not start in time!"
exit 1
fi
# - name: List files in the users directory
# run: |
Expand Down

0 comments on commit 3613dc9

Please sign in to comment.