Skip to content

Commit 077df33

Browse files
committed
Fix: Process continue actions in CI protocol
1 parent 0ef2985 commit 077df33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/app/ci/ci.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ func (s *Server) serve(conn net.Conn) {
102102
if in.ConfigDelta != nil {
103103
s.gcEngine.UpdateConfig(in.ConfigDelta)
104104
}
105+
if in.ContinueAction != nil {
106+
s.gcEngine.Continue(in.ContinueAction)
107+
}
105108
}
106109

107110
if input.Geometry != nil {

0 commit comments

Comments
 (0)