Checking if I can see the path in jenkins

This commit is contained in:
JKuijperM 2026-01-16 23:31:38 +01:00
parent fad15f3529
commit 0127b65d07

View File

@ -30,7 +30,7 @@ pipeline{
steps { steps {
sh ''' sh '''
. venv/bin/activate . venv/bin/activate
cd expenses_manager ls
pytest --cov pytest --cov
''' '''
} }