We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc38dc5 commit babf59cCopy full SHA for babf59c
test/gitea_test.go
@@ -210,7 +210,7 @@ func TestGiteaConcurrencyExclusivenessMultipleRuns(t *testing.T) {
210
211
func TestGiteaRetestAfterPush(t *testing.T) {
212
topts := &tgitea.TestOpts{
213
- Regexp: regexp.MustCompile(`.*pr has.*failed`),
+ Regexp: regexp.MustCompile(`.*has <b>failed</b>`),
214
TargetEvent: options.PullRequestEvent,
215
YAMLFiles: map[string]string{
216
".tekton/pr.yaml": "testdata/failures/pipelinerun-exit-1.yaml",
0 commit comments