add sample tests for post commit hook
This commit is contained in:
parent
6263b25a02
commit
4166119035
6 changed files with 80 additions and 31 deletions
|
@ -112,7 +112,10 @@
|
|||
"secret": "${GENERIC_WEBHOOK_SECRET}"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"postCommit": {
|
||||
"script": "npm test"
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -112,7 +112,10 @@
|
|||
"secret": "${GENERIC_WEBHOOK_SECRET}"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"postCommit": {
|
||||
"script": "npm test"
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue