You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(docs): harden doc-e2e-runner env handling to prevent false findings
The runner's shell does not persist env vars between separate commands, so a
one-time 'export XDG_DATA_HOME=...' did not reach a later inspection command —
making the runner misread a tool's $HOME-fallback default as 'ignores
XDG_DATA_HOME' (a false positive against the dashboard, which actually honors it
since v0.3.0). Instruct the runner to persist env to a file and re-source it on
every command, and to never log a default read from a shell without the env
applied. No persona/journey changes.
0 commit comments