Add build post commit hook to run tests
This commit is contained in:
parent
4706c39a70
commit
283a460018
2 changed files with 8 additions and 2 deletions
|
@ -106,7 +106,10 @@
|
||||||
"secret": "${GITHUB_WEBHOOK_SECRET}"
|
"secret": "${GITHUB_WEBHOOK_SECRET}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"postCommit": {
|
||||||
|
"script": "./manage.py test"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -106,7 +106,10 @@
|
||||||
"secret": "${GITHUB_WEBHOOK_SECRET}"
|
"secret": "${GITHUB_WEBHOOK_SECRET}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"postCommit": {
|
||||||
|
"script": "./manage.py test"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue