Reset cache for all tests

This commit is contained in:
Jacob Wallraff
2023-03-06 11:52:21 -08:00
parent 6aaeefb9c2
commit 70c122b0e4
11 changed files with 57 additions and 2 deletions
@@ -17,7 +17,7 @@ export async function createWorkflowContext(
if (!parsed.value) {
throw new Error("Failed to parse workflow");
}
const template = await convertWorkflowTemplate("test.yaml", parsed.context, parsed.value);
const template = await convertWorkflowTemplate(parsed.context, parsed.value);
const context: WorkflowContext = {uri: "test.yaml", template};
if (job) {