Commit 1b3b291
authored
Fix Selective Test Execution on PRs (#4205)
b26fb7c
removed one of the `chmod`s that was necessary to keep the filesystem
permissions consistent, this PR puts it back
Tested using this PR, verified that the touched
`example.cli.builtins[1-builtin-commands].local.test` test is the only
one picked up by test selection
(https://github.com/com-lihaoyi/mill/actions/runs/12545856782/job/34980872995?pr=4205),
the rest are all skipped1 parent b26fb7c commit 1b3b291
File tree
2 files changed
+2
-2
lines changed- .github/actions/post-build-setup
- example/cli/builtins/1-builtin-commands
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
0 commit comments