Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
module.exports = {
|
|
launch: process.env.GITHUB_ACTIONS
|
|
? { executablePath: 'google-chrome-stable' }
|
|
: {}
|
|
}
|