diff --git a/cspell.yml b/cspell.yml index 907c5e9a9..c74d6294d 100644 --- a/cspell.yml +++ b/cspell.yml @@ -29,6 +29,7 @@ words: - comctx - confbox - configfile + - consola - consolas - Cpath - crbug diff --git a/docs/tapes/init-demo.tape b/docs/tapes/init-demo.tape index 28405bf41..da67d3dfe 100644 --- a/docs/tapes/init-demo.tape +++ b/docs/tapes/init-demo.tape @@ -37,6 +37,9 @@ Hide # Create a temporary folder for demo Type 'mkdir packages/wxt/init-demo' Enter Type 'cd packages/wxt/init-demo' Enter +# Unset CI variables inherited from the GitHub Actions runner so consola +# picks its fancy reporter instead of the basic one (#2461) +Type 'unset CI GITHUB_ACTIONS' Enter Type 'clear' Enter Show