fix: markdown tests in ci

This commit is contained in:
lowlighter
2022-01-16 23:37:37 -05:00
parent 6722685bce
commit 1f5e6da19c
6 changed files with 25 additions and 7 deletions

View File

@@ -173,6 +173,9 @@ function testcase(name, env, args) {
result.if = "${{ success() || failure() }}"
result.uses = "lowlighter/metrics@master"
Object.assign(result.with, { plugins_errors_fatal: "yes", output_action: "none", delay: 5 })
if ((context.with?.output_action)&&(context.with?.committer_branch === "examples"))
Object.assign(result.with, { output_action:context.with.output_action, committer_branch:"examples" })
}
if (env === "test") {