Removing test gradle
All checks were successful
Build and test backend / Build-backend (push) Successful in 2m13s
Build and test backend / Test-backend (push) Successful in 1m20s
deploy to production / deploy-frontend (push) Successful in 25s
deploy to production / deploy-backend (push) Successful in 2m18s
Build and test FrontEnd / Build-frontend (push) Successful in 24s
All checks were successful
Build and test backend / Build-backend (push) Successful in 2m13s
Build and test backend / Test-backend (push) Successful in 1m20s
deploy to production / deploy-frontend (push) Successful in 25s
deploy to production / deploy-backend (push) Successful in 2m18s
Build and test FrontEnd / Build-frontend (push) Successful in 24s
This commit is contained in:
parent
f52cb31189
commit
58a4c87661
@ -18,8 +18,3 @@ var dev = tasks.register<NpmTask>("dev") {
|
|||||||
tasks.register<NpmTask>("run") {
|
tasks.register<NpmTask>("run") {
|
||||||
dependsOn(dev)
|
dependsOn(dev)
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register<NpmTask>("test") {
|
|
||||||
dependsOn(tasks.npmInstall)
|
|
||||||
args.set(listOf("run", "test:unit"))
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user