Skip to content

Commit

Permalink
fix: add 'test' step to the build
Browse files Browse the repository at this point in the history
I missed that during the refactoring.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and andrewrynhard committed Oct 16, 2019
1 parent d8b00d4 commit 94637ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/convert/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ func (node *NodeLLB) stepScripts(root llb.State, i int, step v1alpha2.Step) llb.
{"prepare", step.Prepare},
{"build", step.Build},
{"install", step.Install},
{"test", step.Test},
} {
for _, instruction := range script.Instructions {
root = root.Run(
Expand Down

0 comments on commit 94637ff

Please sign in to comment.