1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

test launcher

This commit is contained in:
deadc0de6
2023-08-07 23:03:00 +02:00
committed by deadc0de
parent d813a080f5
commit 578611d30f
2 changed files with 44 additions and 17 deletions

View File

@@ -15,12 +15,12 @@ workdir_tmp_exists="no"
# run bash tests
if [ -z "${GITHUB_WORKFLOW}" ]; then
## local
tests-ng/tests_launcher.py
tests-ng/tests_launcher.py -s
else
## CI/CD
# running multiple jobs in parallel sometimes
# messes with the results on remote servers
tests-ng/tests_launcher.py 1
tests-ng/tests_launcher.py -p 1 -n -s
fi
# clear workdir