GHA workflow - Fix Test 2 [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-05 08:42:12 +02:00
parent b8b9e4597d
commit 5c31bf156f
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43
3 changed files with 37 additions and 39 deletions

View file

@ -41,8 +41,6 @@
# SOFTWARE.
# ------------------------------------------------------------------------------
#set -e
#set -o pipefail
export TERM=xterm
# -------------------------------------------
@ -197,8 +195,7 @@ echo "${bold}${green}All Tests Passed"
# Exit With Error Number
# ----------------------
#exit ${?}
exit 0
exit ${?}
# ------------------------------------------------------------------------------
# MIT License