Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ const yamlPath = path.join(
"fixtures",
"test-system.yaml",
);
const entities = await importEntitiesFromYaml(api, workspace.id, yamlPath);
const entities = await importEntitiesFromYaml(
api,
workspace.id,
yamlPath,
tracer,
);

// Or with a random prefix to avoid naming conflicts
const prefixedEntities = await importEntitiesFromYaml(
Expand Down
Loading