Skip to content

Commit

Permalink
updating to runResults
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Oct 23, 2023
1 parent d144906 commit 6f3e59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75212,7 +75212,7 @@ const runTests = async () => {
debug(`Cypress options ${JSON.stringify(cypressOptions)}`)

const onTestsFinished = (testResults) => {
core.setOutput('testResults', testResults)
core.setOutput('runResults', testResults)

const resultsUrl = testResults.runUrl
process.chdir(startWorkingDirectory)
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ const runTests = async () => {
debug(`Cypress options ${JSON.stringify(cypressOptions)}`)

const onTestsFinished = (testResults) => {
core.setOutput('testResults', testResults)
core.setOutput('runResults', testResults)

const resultsUrl = testResults.runUrl
process.chdir(startWorkingDirectory)
Expand Down

0 comments on commit 6f3e59e

Please sign in to comment.