Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksinghggits committed Feb 21, 2022
1 parent b6cea49 commit cd7705a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/phase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ func (tf *testFunc) RequiredArgs() []string {
return nil
}

func (tf *testFunc) Arguments() []string {
return nil
}

func (s *PhaseSuite) TestExec(c *C) {
for _, tc := range []struct {
artifact string
Expand Down

0 comments on commit cd7705a

Please sign in to comment.