github-action
github-action copied to clipboard
Test defaulting command-prefix to "--" to force the usage of the container node version
instead of the GitHub Action version of node (currently node v16)
Per https://github.com/cypress-io/github-action/issues/489#issuecomment-1021379037
While this solution does work, I noticed that doing this will cause the bypass of a ton of other code always forcing CLI mode:
https://github.com/cypress-io/github-action/blob/ff8db19a3746d1f0803e13d34a8e413852675467/index.js#L646-L648
More investigation is necessary.
Closing as stale and the submitter is no longer involved.