From 2827b03342523dd389df5d4dd001d5ff1a7e1aa4 Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Tue, 21 Jul 2020 15:40:53 +0200 Subject: [PATCH] tests added to pipeline --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3abf0fb..2568c84 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { . pyenv/bin/activate pip3 install -r requirements.txt ''' - sh 'tree tests/data' + sh 'ls -R tests/data' sh 'pyenv/bin/python3 -m unittest discover tests' } }