1
0
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:
deadc0de6
2023-11-29 23:02:00 +01:00
parent 7bbb8ea5f0
commit 9013551006
3 changed files with 23 additions and 19 deletions

View File

@@ -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