mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-15 18:56:18 +00:00
test: add unit tests to pipeline
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["lib/**", "www/**", ".angular/**"]
|
||||
},
|
||||
"docs": {
|
||||
"dependsOn": ["^docs"],
|
||||
"outputs": ["docs/**"]
|
||||
},
|
||||
"format": {
|
||||
"dependsOn": ["^format"]
|
||||
},
|
||||
@@ -18,11 +22,10 @@
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["^test"],
|
||||
"outputs": ["coverage"]
|
||||
"outputs": ["coverage/**"]
|
||||
},
|
||||
"check-configuration": {
|
||||
"dependsOn": ["^check-configuration"]
|
||||
},
|
||||
"docs": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user