mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 13:48:48 +00:00
speed up tests
This commit is contained in:
4
scripts/check-tests-ng.sh
vendored
4
scripts/check-tests-ng.sh
vendored
@@ -13,8 +13,8 @@ workdir_tmp_exists="no"
|
||||
[ -d "${HOME}/.config/dotdrop/tmp" ] && workdir_tmp_exists="yes"
|
||||
|
||||
# run bash tests
|
||||
GH_WORKFLOW=${GITHUB_WORKFLOW:-}
|
||||
if [ -z "${GH_WORKFLOW}" ]; then
|
||||
in_cicd=${GITHUB_WORKFLOW:-}
|
||||
if [ -z "${in_cicd}" ]; then
|
||||
## local
|
||||
tests-ng/tests_launcher.py -s
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user