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
* We were adding the `mail` command to `$PATH` in the `~/.bashrc` file,
however, this file returns early when not run in interactive mode
(which is always in a CI environment).
* Moved this into the `~/.bash_profile` file.
0 commit comments