Skip to content

cardano-tesnet: allow to specify output directory #8956

cardano-tesnet: allow to specify output directory

cardano-tesnet: allow to specify output directory #8956

Triggered via pull request January 29, 2025 16:02
Status Success
Total duration 11m 49s
Artifacts

check-hlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/