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: fix 'Check and Display Regression Diffs' step to use bash shell (#1673)
* CI: fix 'Check and Display Regression Diffs' step to use bash shell
The step used bash-specific [[ ]] syntax but lacked shell: bash {0},
causing failures when the runner defaulted to sh.
0 commit comments