WIP debugging for busy copy#1658
Conversation
|
Having trouble reproducing the win loaders build 22 busy copy failure. All I've really changed is add a second test, but now they're both passing consistently. All I know so far is the busy error is coming from the runner.runCommand('build') call. I suspect the copy of the setup is not finished and flushed before the build starts executing, but I haven't been able to determine conclusively. (btw the netlify failures are not part of the fix attempt, only the windows loader build 22 matters here) |
|
Also I tried a couple things to make CI faster, but wasn't able to make any noticeable speed improvements:
|
| run: | | ||
| yarn test:loaders:win | ||
| - name: Test fixed | ||
| if: ${{ always() }} |
There was a problem hiding this comment.
interesting, I'm not familiar with always(), what is it / does it do?
| "author": "Owen Buckley <owen@thegreenhouse.io>", | ||
| "license": "MIT", | ||
| "type": "module", | ||
| "packageManager": "yarn@1.22.22", |
There was a problem hiding this comment.
fwiw, I would be open to this as a standalone PR 👍
Ignore this I'm trying to debug #1585 in ci