Update gha-script.sh

This commit is contained in:
Jose Ignacio Marquez Damian 2022-11-28 11:18:32 -03:00 committed by GitHub
parent 4391d601fd
commit e626447a4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ fi
# Check NCrystal installation
if [[ $NCRYSTAL = 'y' ]]; then
# Change environmental variables
eval $( "${HOME}/ncrystal_inst/bin/ncrystal-config" --setup )
nctool --test
fi