Also, added other cd to expenses_manager to run pytest

This commit is contained in:
JKuijperM 2026-01-16 23:21:08 +01:00
parent 33c7f86cac
commit fad15f3529

View File

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