Skip to content

Orchestrator, Sequencer and Dispatcher #59

Orchestrator, Sequencer and Dispatcher

Orchestrator, Sequencer and Dispatcher #59

Triggered via pull request January 9, 2024 01:35
Status Failure
Total duration 35s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: flow/test/helper_test.go#L41
invalid argument: p.Sequence (variable of type flow.Sequence) for len
build: flow/test/helper_test.go#L46
invalid argument: p.Sequence (variable of type flow.Sequence) for len
build: flow/test/helper_test.go#L47
cannot range over p.Sequence (variable of type flow.Sequence)
build: flow/test/sequencer_test.go#L17
cannot use &DoNothingState{} (value of type *DoNothingState) as string value in struct literal
build: flow/test/sequencer_test.go#L18
cannot use &DoNothingState{} (value of type *DoNothingState) as []flow.State value in struct literal
build: flow/test/sequencer_test.go#L19
too many values in struct literal of type struct{Name string; States []flow.State}
build: flow/test/sequencer_test.go#L23
cannot use &SleepState{…} (value of type *SleepState) as string value in struct literal
build: flow/test/sequencer_test.go#L24
cannot use &SleepState{…} (value of type *SleepState) as []flow.State value in struct literal
build: flow/test/sequencer_test.go#L25
too many values in struct literal of type struct{Name string; States []flow.State}
build: flow/test/sequencer_test.go#L29
cannot use &DoNothingState{} (value of type *DoNothingState) as string value in struct literal