Fix path for bash used in tests (#591)

This commit is contained in:
Denis Isidoro 2021-08-07 10:38:10 -03:00 committed by GitHub
parent fe37cd9107
commit cd57b23b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,6 @@ set -euo pipefail
export NAVI_HOME="$(cd "$(dirname "$0")/.." && pwd)"
source "${NAVI_HOME}/scripts/install"
export PATH="/usr/local/Cellar/bash/5.1.8/bin/bash:${PATH}"
export PATH="/usr/local/opt/bash/bin/:${PATH}"
"${NAVI_HOME}/tests/run"