chore(v2): establish protocol and test foundation
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"queued": ["cancelled", "preparing"],
|
||||
"preparing": ["cancelling", "failed", "running"],
|
||||
"running": ["cancelling", "failed", "verifying"],
|
||||
"verifying": ["committed", "failed"],
|
||||
"cancelling": ["cancelled", "failed"],
|
||||
"committed": [],
|
||||
"failed": [],
|
||||
"cancelled": []
|
||||
}
|
||||
Reference in New Issue
Block a user