File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -94030,6 +94030,7 @@ const runTests = async () => {
94030
94030
debug(`requiring cypress dependency, cwd is ${process.cwd()}`)
94031
94031
debug(`working directory ${workingDirectory}`)
94032
94032
debug(`resolved cypress ${cypressModulePath}`)
94033
+ debug(`GitHub JavaScript Action Node.js version ${process.version}`)
94033
94034
94034
94035
if (core.getInput('group')) {
94035
94036
cypressOptions.group = core.getInput('group')
Original file line number Diff line number Diff line change @@ -767,6 +767,7 @@ const runTests = async () => {
767
767
debug ( `requiring cypress dependency, cwd is ${ process . cwd ( ) } ` )
768
768
debug ( `working directory ${ workingDirectory } ` )
769
769
debug ( `resolved cypress ${ cypressModulePath } ` )
770
+ debug ( `GitHub JavaScript Action Node.js version ${ process . version } ` )
770
771
771
772
if ( core . getInput ( 'group' ) ) {
772
773
cypressOptions . group = core . getInput ( 'group' )
You can’t perform that action at this time.
0 commit comments