mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Test run list proposal (#7617)
* Test run list propsal * fixed ts errors * added js file * excluding testSetup.js file from hygiene * moved ignore line to indententationFilter
This commit is contained in:
committed by
Elliot Boschwitz
parent
2ee3840650
commit
203ff3872f
12
runlist.json
Normal file
12
runlist.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"setup": [
|
||||
"setup integration tests",
|
||||
"setup extension tests"
|
||||
],
|
||||
"pr": [
|
||||
"dacpac.*"
|
||||
],
|
||||
"windows": [
|
||||
"bds.*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user