Skip to content

Commit

Permalink
FDN-2325: Updated jenkinsfile for coverage test command
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidwivedi2701 committed Apr 30, 2024
1 parent 7825a32 commit 80e064f
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 @@ -79,7 +79,7 @@ pipeline {
sleep 10
done
'''
sh 'sbt clean coverage flowLint test scalafmtSbtCheck scalafmtCheck doc'
sh 'sbt clean flowLint coverage test scalafmtSbtCheck scalafmtCheck doc'
sh 'sbt coverageAggregate'
}
finally {
Expand Down

0 comments on commit 80e064f

Please sign in to comment.