Skip to content

Commit

Permalink
Fix to properly return testFinalResult
Browse files Browse the repository at this point in the history
  • Loading branch information
schwaby.io committed Oct 17, 2023
1 parent 0442352 commit a066fd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/runTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ const runTests = function runTests() {
//sendSummaryResultsToSlack
await sendSummaryResultsToSlack(settings, testResultSummary, testResultsUrl)

//Return testFinalResult
return testFinalResult

} catch (error) {
throw error
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schwabyio/xrun",
"version": "2.3.0",
"version": "2.3.1",
"description": "Postman Extended Runner",
"homepage": "https://github.com/schwabyio/xrun",
"author": "schwabyio",
Expand Down

0 comments on commit a066fd7

Please sign in to comment.