Skip to content

Commit

Permalink
Copy conway genesis file in smoke tests and update configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Aug 18, 2023
1 parent 20b7446 commit 712aed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hydra-cluster/src/CardanoNode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ withCardanoNodeOnKnownNetwork tracer workDir knownNetwork action = do
, "genesis" </> "byron.json"
, "genesis" </> "shelley.json"
, "genesis" </> "alonzo.json"
, "genesis" </> "conway.json"
]
$ \fn -> unlessM (doesFileExist $ workDir </> fn) $ do
createDirectoryIfMissing True $ workDir </> takeDirectory fn
Expand Down

0 comments on commit 712aed6

Please sign in to comment.