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
Add tests for PATH suggestion output of installation script
The "template" installation script stored in this repository prints advice to the user about adding the installation to
their PATH environment variable.
This advice is adjusted according to whether a previous installation was found in the PATH and according to the path(s)
of their installation(s) so it is fairly complex. For this reason, it will be good to have a check in the
"Test install script" CI workflow to ensure the output is as expected.
'${{ env.TOOL_NAME }} was found at .*/${{ env.FIRST_INSTALLATION_FOLDER }}/${{ env.TOOL_NAME }}\. Please prepend ".*/${{ env.SECOND_INSTALLATION_FOLDER }}" to your \$PATH'
0 commit comments