Skip to content

Commit

Permalink
test: update expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter authored and github-actions committed May 24, 2022
1 parent 7b47cd3 commit de6aeb0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pkg/runner/action_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ runs:
expected: &model.Action{
Name: "name",
Runs: model.ActionRuns{
Using: "node16",
Main: "main.js",
Using: "node16",
Main: "main.js",
PreIf: "always()",
PostIf: "always()",
},
},
},
Expand All @@ -57,8 +59,10 @@ runs:
expected: &model.Action{
Name: "name",
Runs: model.ActionRuns{
Using: "node16",
Main: "main.js",
Using: "node16",
Main: "main.js",
PreIf: "always()",
PostIf: "always()",
},
},
},
Expand Down

0 comments on commit de6aeb0

Please sign in to comment.