Skip to content

Commit

Permalink
Added gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jun 18, 2021
1 parent 4caa9c1 commit cab5262
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ npm_run_build {
outputs.dir 'build'
}

task test(type: NpmTask) {
environment = ['CI': 'true']
args = ['run', 'test']
}

check.dependsOn(test)

npm_run_buildProd {
inputs.dir 'src'
inputs.dir 'public'
Expand Down

0 comments on commit cab5262

Please sign in to comment.