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 4ae036c commit 8196bfaCopy full SHA for 8196bfa
pkg/runner/test_runner.go
@@ -223,7 +223,7 @@ func (tr *TestRunner) Run(
223
ctx.Errorf("Failed to get steps variables: %v", err)
224
return nil, nil, err
225
}
226
- stepErr := tr.steps[tgs.CurStep].runErr
+ stepErr := tr.steps[tgs.CurStep].GetError()
227
if tgs.CurPhase == targetStepPhaseRun {
228
numInFlightTargets++
229
if stepErr != xcontext.ErrPaused {
0 commit comments