Adding Heroku CI support
This commit is contained in:
Родитель
a20a41edb8
Коммит
3314dd9642
8
app.json
8
app.json
|
@ -23,5 +23,13 @@
|
|||
"SFDX_BUILDPACK_DEBUG" : {
|
||||
"required": true
|
||||
}
|
||||
},
|
||||
"environments": {
|
||||
"test": {
|
||||
"scripts": {
|
||||
"test-setup": "sfdx force:org:display -u targetorg",
|
||||
"test": "sfdx force:apex:test:run -r tap -u targetorg"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче