Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
msytrk committed Jul 2, 2022
1 parent e16647a commit aee824e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node {
if(isUnix()){
sh "mvn clean test"
} else {
bat "mvn clean test"
bat "mvn clean test -Dcucumber.filter.tags=\"@regression\" "
}

}
Expand Down

0 comments on commit aee824e

Please sign in to comment.