Skip to content

Commit

Permalink
Merge branch 'main' into common-updates-82121
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Sep 1, 2021
2 parents 47b3681 + 06be59a commit 9633d33
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 386 deletions.
2 changes: 1 addition & 1 deletion features/step_definitions/cli_steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ When(
args += ' ' + formats.map((f) => `--format ${f}`).join(' ')
const renderedArgs = Mustache.render(args, this)
const stringArgs = stringArgv(renderedArgs)
return this.run(this.localExecutablePath, stringArgs)
return await this.run(this.localExecutablePath, stringArgs)
}
)

Expand Down
Loading

0 comments on commit 9633d33

Please sign in to comment.