Commit ed1b6a3
test_docker: drop git config step, copy maven cache to pwuser home
CI failure showed two issues with the unified-flag setup:
1. The Java Dockerfile does not install git, so the safe.directory
config that the playwright-browsers workflow performs cannot run.
The Java suite never invokes git inside the container, so the
step is unnecessary.
2. The Dockerfile bakes the local maven cache into /root/.m2 (the
build runs as root). When the container is launched as pwuser,
that cache is unreadable, so playwright-java SNAPSHOT artifacts
would not resolve. Copy it into /home/pwuser/.m2 with chown.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 35d030a commit ed1b6a3
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
0 commit comments