Skip to content

Commit

Permalink
update config parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
cxMiguelSilva committed Mar 12, 2024
1 parent e922013 commit 3a377e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function processOutputPath(output, configPath, workspace) {
if (resultsFileName === '') {
resultsFileName = filepath.join(output, "/results.json")
} else {
resultsFileName = filepath.join(output, resultsFileName);
resultsFileName = filepath.join(workspace, resultsFileName);
}

return {
Expand Down

0 comments on commit 3a377e3

Please sign in to comment.