mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
The retry action couldn't extract the container name from docker compose exec commands to copy the JUnit XML. Using a relative path works because CWD inside the container is /usr/src/code and the volume mount ./tests:/usr/src/code/tests makes the file accessible at the same relative path on both container and host. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>