Skip to content

Initial orchestrator implementation #50

Initial orchestrator implementation

Initial orchestrator implementation #50

Triggered via pull request January 2, 2024 17:26
Status Failure
Total duration 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: flow/test/helper_test.go#L23
not enough arguments in call to flow.NewSequencer
build: flow/test/helper_test.go#L46
p.Complete undefined (type flow.Progress has no field or method Complete)
build: flow/test/sequencer_test.go#L17
cannot use &DoNothingState{} (value of type *DoNothingState) as flow.State value in array or slice literal: *DoNothingState does not implement flow.State (missing method ContinueOnFail)
build: flow/test/sequencer_test.go#L18
cannot use &DoNothingState{} (value of type *DoNothingState) as flow.State value in array or slice literal: *DoNothingState does not implement flow.State (missing method ContinueOnFail)
build: flow/test/sequencer_test.go#L19
cannot use &DoNothingState{} (value of type *DoNothingState) as flow.State value in array or slice literal: *DoNothingState does not implement flow.State (missing method ContinueOnFail)
build: flow/test/sequencer_test.go#L20
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)
build: flow/test/sequencer_test.go#L23
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)
build: flow/test/sequencer_test.go#L24
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)
build: flow/test/sequencer_test.go#L25
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)
build: flow/test/sequencer_test.go#L26
cannot use &SleepState{…} (value of type *SleepState) as flow.State value in array or slice literal: *SleepState does not implement flow.State (missing method ContinueOnFail)