feat: add "show_skipped" option in config file #1280 (#1286)

This commit is contained in:
Rafael Scalet
2025-08-29 06:01:40 -03:00
committed by GitHub
parent e32a58f6ff
commit 7b3fec0349
2 changed files with 12 additions and 0 deletions

View File

@@ -44,6 +44,10 @@
# Do not ask to retry failed steps (default: false)
# no_retry = true
# Show the reason for skipped steps (default: false)
# This has no effect if the "only" option is specified
# show_skipped = true
# Run inside tmux (default: false)
# run_in_tmux = true