We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2298d3d commit e7c303eCopy full SHA for e7c303e
.github/workflows/rust.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Run the validators with Kubernetes
114
run: |
115
mkdir /tmp/local-linera-net
116
- cargo run --bin linera --features kubernetes -- net up --kubernetes --policy-config testnet --path /tmp/local-linera-net --validators 2 --shards 2 --with-faucet --faucet-port 8078 --faucet-amount 1000 &
+ cargo run --bin linera --features kubernetes -- net up --kubernetes --policy-config testnet --path /tmp/local-linera-net --validators 2 --shards 2 --with-faucet --faucet-port 8078 --faucet-amount 1000
117
- name: Wait for faucet to be ready
118
119
until curl -s http://localhost:8078 >/dev/null; do sleep 1; done
0 commit comments