Skip to content

Commit

Permalink
fix: multiline command
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Oct 29, 2024
1 parent 8af187a commit c9756ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/jerigon-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
- name: Run cancun test network
run: |
docker pull ghcr.io/0xpolygonzero/erigon:feat-zero
> kurtosis
run --enclave cancun-testnet
github.com/ethpandaops/[email protected]
kurtosis run --enclave cancun-testnet github.com/ethpandaops/[email protected] \
--args-file jerigon-test-network/network_params.yml
- name: Generate blocks with transactions
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/jerigon-zero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ jobs:
- name: Run cancun test network
run: |
docker pull ghcr.io/0xpolygonzero/erigon:feat-zero
> kurtosis run
--enclave cancun-testnet
github.com/ethpandaops/[email protected]
kurtosis run --enclave cancun-testnet github.com/ethpandaops/[email protected] \
--args-file jerigon-test-network/network_params.yml
- name: Generate blocks with transactions
Expand Down

0 comments on commit c9756ed

Please sign in to comment.