mirror of
https://github.com/cline/cline.git
synced 2026-09-01 15:11:04 +08:00
e70b3ffc4b
The job sets working-directory: apps/vscode, but that default applies to run steps only, not to `uses:` steps. Since #10961 moved the extension under apps/ and added that default, the artifact path has resolved against the repo root, matched nothing, and every failing run logged "No files were found with the provided path: test-results/playwright/" instead of uploading recordings. Widen to test-results/ so Playwright's error-context snapshots ship alongside the videos.