зеркало из https://github.com/github/docs.git
6 строки
116 B
JavaScript
6 строки
116 B
JavaScript
|
module.exports = {
|
||
|
launch: process.env.GITHUB_ACTIONS
|
||
|
? { executablePath: 'google-chrome-stable' }
|
||
|
: {}
|
||
|
}
|