Skip to content

Commit

Permalink
test: add template ref test
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Oct 11, 2024
1 parent 6941b02 commit c50e5a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/template_cmds_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ var _ = Describe("flowfile template commands e2e", Ordered, func() {
{SrcName: "artifact1"},
{SrcName: "artifact2", DstName: "artifact2-renamed"},
},
PreRun: []executable.TemplateRefConfig{
{Ref: "exec examples:simple-print", Args: []string{"test"}},
},
PostRun: []executable.TemplateRefConfig{
{
Cmd: "touch {{ .Name }}",
Expand Down

0 comments on commit c50e5a0

Please sign in to comment.