Skip to content

Commit 2b97df2

Browse files
committed
Looks at directory
1 parent 4fd08ea commit 2b97df2

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,19 +68,20 @@ jobs:
6868

6969
- name: Generate minimal config via CLI
7070
run: |
71-
npx quorum-genesis-tool \
72-
--consensus qbft \
73-
--chainID 400 \
74-
--blockperiod 5 \
75-
--requestTimeout 10 \
76-
--epochLength 30000 \
77-
--difficulty 1 \
78-
--gasLimit 0xFFFFFF \
79-
--coinbase 0x0000000000000000000000000000000000000000 \
80-
--validators 1 \
81-
--members 0 \
82-
--bootnodes 0 \
83-
--outputPath ./test-output
71+
ls /home/runner/work/quorum-genesis-tool/quorum-genesis-tool/build/templates/
72+
# npx quorum-genesis-tool \
73+
# --consensus qbft \
74+
# --chainID 400 \
75+
# --blockperiod 5 \
76+
# --requestTimeout 10 \
77+
# --epochLength 30000 \
78+
# --difficulty 1 \
79+
# --gasLimit 0xFFFFFF \
80+
# --coinbase 0x0000000000000000000000000000000000000000 \
81+
# --validators 1 \
82+
# --members 0 \
83+
# --bootnodes 0 \
84+
# --outputPath ./test-output
8485
8586
- name: Verify expected artifacts exist
8687
shell: bash

0 commit comments

Comments
 (0)