electron / chromedriver

Download ChromeDriver for Electron
MIT License
130 stars 60 forks source link

ci: fix test job on tags #126

Closed dsanders11 closed 1 year ago

dsanders11 commented 1 year ago

Forgot that with the electronjs/node orb, node/test goes: checkout -> install Node.js -> install packages -> test. So we need to run the steps to set the Electron version to test after installing Node.js but before installing packages.