We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2e070 commit 7cb4684Copy full SHA for 7cb4684
cmd/declarative.go
@@ -74,7 +74,7 @@ func runTestSteps(test declarative.Test) error {
74
switch test.Runner {
75
case "HostRunner":
76
runner = &declarative.Hostrunner{}
77
- ctx = nil
+ ctx = context.TODO()
78
case "ContainerRunner":
79
// spawn an alpine container
80
runner = &declarative.Containerrunner{Image: "golang"}
0 commit comments