This commit is contained in:
Ramón Vásquez 2025-10-29 13:21:58 -03:00
parent 03a26d98b4
commit 4038adf14d

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
stage('Test') { stage('Test') {
steps { steps {
echo 'Running tests...' echo 'Running tests...'
sh 'python3 ./test.py' sh 'python3 test.py'
} }
} }
} }