Skip to content

Commit

Permalink
Mark structureTests as filepaths (#5657)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis authored Apr 9, 2021
1 parent 85da111 commit 89b8315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/schema/latest/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ type TestCase struct {
// StructureTests lists the [Container Structure Tests](https://github.com/GoogleContainerTools/container-structure-test)
// to run on that artifact.
// For example: `["./test/*"]`.
StructureTests []string `yaml:"structureTests,omitempty"`
StructureTests []string `yaml:"structureTests,omitempty" skaffold:"filepath"`
}

// DeployConfig contains all the configuration needed by the deploy steps.
Expand Down

0 comments on commit 89b8315

Please sign in to comment.