Skip to content

Commit

Permalink
Add docs for network definition spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Apr 4, 2024
1 parent a8de6ef commit 8f1dd7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
- name: Download zombienet
run: >
curl -sSL "https://github.com/paritytech/zombienet/releases/download/v1.3.99/zombienet-linux-x64" \
-o /usr/local/bin/zombienet \
&& chmod +x /usr/local/bin/zombienet
-o /usr/local/bin/zombienet && \
chmod +x /usr/local/bin/zombienet
- name: Run zombienet tests
run: zombienet/run-tests
Expand Down
3 changes: 2 additions & 1 deletion zombienet/block-building/block-building.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Network config.
# Network definition spec.
# https://paritytech.github.io/zombienet/network-definition-spec.html

settings:
enable_tracing: false
Expand Down

0 comments on commit 8f1dd7f

Please sign in to comment.