mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 18:28:55 +00:00
logs
This commit is contained in:
7
tests.sh
vendored
7
tests.sh
vendored
@@ -19,6 +19,13 @@ echo "current dotdrop version ${dotdrop_version}"
|
||||
echo "=> python version:"
|
||||
python3 --version
|
||||
|
||||
if [ -n "${GH_WORKFLOW}" ]; then
|
||||
# in CI/CD
|
||||
if [ -z "${TERM}" ]; then
|
||||
export TERM="linux"
|
||||
fi
|
||||
fi
|
||||
|
||||
# test syntax
|
||||
echo "checking syntax..."
|
||||
"${cur}"/scripts/check-syntax.sh
|
||||
|
||||
Reference in New Issue
Block a user