cardano-tesnet: allow to specify output directory #8956
Annotations
5 warnings
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
cardano-testnet/src/Testnet/Property/Run.hs#L75
Suggestion in testnetProperty in module Testnet.Property.Run: Use if ▫︎ Found: "case dirExists of\n True -> H.note_ $ \"Reusing \" <> absUserOutputDir\n False\n -> do liftIO $ createDirectory absUserOutputDir\n H.note_ $ \"Created \" <> absUserOutputDir" ▫︎ Perhaps: "(if dirExists then\n H.note_ $ \"Reusing \" <> absUserOutputDir\n else\n (do liftIO $ createDirectory absUserOutputDir\n H.note_ $ \"Created \" <> absUserOutputDir))"
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|