webdriverio-community / wdio-electron-service

WebdriverIO service for testing Electron applications
https://webdriver.io
MIT License
32 stars 14 forks source link

EPERM errors with Forge v7 on Windows CI #635

Closed goosewobbler closed 1 month ago

goosewobbler commented 1 month ago

We are experiencing EPERM errors on Windows CI with the restructured repo (#623). The workaround currently in place is a downgrade to Forge v6.4.2, we should investigate why the errors were not observed before the restructuring - possibly caused indirectly by turborepo?

Example run: https://github.com/webdriverio-community/wdio-electron-service/actions/runs/9625513133/job/26550474379?pr=623

Forge issue: https://github.com/electron/forge/issues/3448

goosewobbler commented 1 month ago

Fixed by ensuring the forge builds are not parallelized.