Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed May 9, 2024
1 parent 01e0ca7 commit c2eff24
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26478,7 +26478,6 @@ const buildUploadExec = () => {
if (uploaderVersion == '') {
uploaderVersion = 'latest';
}
uploadExecArgs.push('--report-type', 'test_results');
return {
uploadExecArgs,
uploadOptions,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/buildExec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ const buildUploadExec = () => {
uploaderVersion = 'latest';
}

uploadExecArgs.push('--report-type', 'test_results');


return {
uploadExecArgs,
Expand Down

0 comments on commit c2eff24

Please sign in to comment.