diff --git a/dist/index.js b/dist/index.js index faf997fa2..dd3201984 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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) diff --git a/index.js b/index.js index df90f9f27..869dbfc6e 100644 --- a/index.js +++ b/index.js @@ -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)