Skip to content

Commit d9fe8fa

Browse files
mads-hartmannroboquat
authored andcommitted
Add log when using 'skip'
1 parent cf1962b commit d9fe8fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.werft/jobs/build/job-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export function parseWithIntegrationTests(werft: Werft, sliceID: string, value?:
186186
switch (value) {
187187
case null:
188188
case undefined:
189+
werft.log(sliceID, "with-integration-tests was not set - will use 'skip'");
189190
return "skip";
190191
case "skip":
191192
case "all":

0 commit comments

Comments
 (0)