Skip to content

Commit

Permalink
forgot & at the end of the geth command
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Feb 22, 2024
1 parent 1f4f529 commit 2a95aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: go run ./cmd/geth --dev --cache.preimages init genesis.json

- name: Run geth in devmode
run: go run ./cmd/geth --dev --dev.period=5 --cache.preimages --http --datadir=.shadowfork --override.prague=$(($(date +%s) + 45)) > log.txt
run: go run ./cmd/geth --dev --dev.period=5 --cache.preimages --http --datadir=.shadowfork --override.prague=$(($(date +%s) + 45)) > log.txt &

- name: Wait for the transition to start
run: |
Expand Down

0 comments on commit 2a95aa6

Please sign in to comment.