mirror of
https://github.com/YunoHost/tartiflette.git
synced 2024-09-03 20:06:08 +02:00
This should fix "ci-app-test-result" order
This commit is contained in:
parent
e3f05628e0
commit
64affcb546
1 changed files with 5 additions and 5 deletions
|
@ -96,19 +96,19 @@ class AppCI():
|
|||
tests = [ "Package linter",
|
||||
"Installation",
|
||||
"Deleting",
|
||||
"Upgrade",
|
||||
"Backup",
|
||||
"Restore",
|
||||
"Change URL",
|
||||
"Installation in a sub path",
|
||||
"Deleting from a sub path",
|
||||
"Installation on the root",
|
||||
"Deleting from root",
|
||||
"Upgrade",
|
||||
"Installation in private mode",
|
||||
"Installation in public mode",
|
||||
"Multi-instance installations",
|
||||
"Malformed path",
|
||||
"Port already used" ]
|
||||
"Port already used",
|
||||
"Backup",
|
||||
"Restore",
|
||||
"Change URL" ]
|
||||
|
||||
def update():
|
||||
|
||||
|
|
Loading…
Reference in a new issue