Skip to content

Commit ef76f9e

Browse files
committed
Added test task #5
1 parent f52e2ae commit ef76f9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pipeline {
1313
stage('Run Unit Tests') {
1414
steps {
1515
// Run JUnit tests
16-
dir("C:/Users/Clarr/git/Simple-Java-Calculator/build.xml") {
16+
dir("C:/Users/Clarr/git/Simple-Java-Calculator") {
1717
sh "${env.ANT_HOME}/bin/ant test"
1818
}
1919
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
C:/apache-ant-1.9.16/bin/ant test

0 commit comments

Comments
 (0)