Skip to content

Commit c8a3fa3

Browse files
committed
demo stuff
1 parent 31cccb4 commit c8a3fa3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

pkg/cmd/run/watch/watch.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ func renderRun(opts WatchOptions, client *api.Client, repo ghrepo.Interface, run
180180
ago := opts.Now().Sub(run.CreatedAt)
181181

182182
jobs, err := shared.GetJobs(client, repo, *run)
183-
if err != nil {
184-
return nil, fmt.Errorf("failed to get jobs: %w", err)
185-
}
183+
//if err != nil {
184+
// return nil, fmt.Errorf("failed to get jobs: %w", err)
185+
//}
186186

187187
var annotations []shared.Annotation
188188

pkg/cmd/run/watch/watch_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,8 @@ func TestWatchRun(t *testing.T) {
321321
})
322322
}
323323
}
324+
325+
func Test_demo(t *testing.T) {
326+
//assert.Equal(t, 1, 0)
327+
assert.Equal(t, 1, 1)
328+
}

0 commit comments

Comments
 (0)