Skip to content

Commit dacffcd

Browse files
Temporarily modify command for Jenkins testing
1 parent dff5a60 commit dacffcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-calculator/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
stage('Run Unit Tests') {
55
steps {
66
sh 'cd python-calculator'
7-
sh 'python3 -m unittest calculator_unittest.py'
7+
sh 'python3 calculator_unittest.py'
88
}
99
}
1010
}

0 commit comments

Comments
 (0)