fix(init): define working directory in check task for init script#2852
fix(init): define working directory in check task for init script#2852marvinhagemeister merged 18 commits intodenoland:mainfrom iuioiua:fix-fmt-lint
check task for init script#2852Conversation
check task for init workflowcheck task for init script
|
CI failures seem caused by #2837 The test case creates temp directory at the path |
Sorry, I'm not understanding. Perhaps something obvious I'm missing, but there are plenty of other paths that don't match |
|
The failing test case deno run -A -r https://fresh.deno.dev tmp_12345
cd tmp_12345
deno task checkand this entire |
|
Try remove this line Line 16 in d87e47d tmp_<hash> folder remaining at the root of the repo
|
|
@kt3k and @marvinhagemeister, I think this is fine to merge as is for now to unblock CI. We can revert the |
This fixes CI for current PRs until denoland/deno#28655 is added to Deno 2.3.0.This fixes CI until denoland/deno#28923 is fixed. Then, we can use
Deno.makeTempDir()and not have to usetmp_*/.