Skip to content

Commit

Permalink
fix: conftest properly convert module
Browse files Browse the repository at this point in the history
  • Loading branch information
Orzelius committed Jun 6, 2023
1 parent dc073c5 commit c8ac687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/conftest/index.ts
Expand Up @@ -352,7 +352,7 @@ export const gardenPlugin = () =>
name: module.name + "-conftest",
...params.baseFields,

build: module.spec.sourceModule ? convertBuildDependency(module.spec.sourceModule) : undefined,
build: module.spec.sourceModule ? convertBuildDependency(module.spec.sourceModule).name : undefined,
timeout: 10,
include: module.spec.files,

Expand Down

0 comments on commit c8ac687

Please sign in to comment.