From 6f3e59ee0b719215db174b87b246e54f2f8074c4 Mon Sep 17 00:00:00 2001 From: Matthew Schile Date: Mon, 23 Oct 2023 11:51:04 -0600 Subject: [PATCH] updating to runResults --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)