Commit 2434e12
committed
ci: fix workspace permissions after docker test runs
Docker containers run as root, so files created during tests (e.g.
.pytest_cache) are root-owned. Subsequent jobs on the same runner
fail when actions/checkout tries to clean the workspace. Fix by
restoring ownership after each test run.1 parent e782feb commit 2434e12
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
0 commit comments