Rewrite how tests are defined

This commit is contained in:
2021-07-29 07:42:02 +01:00
parent a82726ca52
commit 4691ea5cc3
2 changed files with 14 additions and 3 deletions

View File

@@ -3,7 +3,13 @@
"test": {
"Script": "./example.sh",
"Secret": "THISISVERYSECRET",
"SignatureHeader": "X-Gitea-Signature"
"SignatureHeader": "X-Gitea-Signature",
"Tests": [
{
"Command": "git",
"Arguments": [ "pull" ]
}
]
}
}
}