We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5f4b3 commit 539e5eaCopy full SHA for 539e5ea
test/gitea_gitops_commands_test.go
@@ -24,6 +24,7 @@ import (
24
"gotest.tools/v3/assert"
25
)
26
27
+// TestGiteaCancelRun will test that we can cancel a pipelinerun with the /cancel comment and that the pipelinerun is properly marked as cancelled.
28
func TestGiteaCancelRun(t *testing.T) {
29
topts := &tgitea.TestOpts{
30
TargetEvent: triggertype.PullRequest.String(),
0 commit comments