Files
mic-check/scripts/ci
James Wampler 37e00bf756
Some checks failed
CI / build-and-push (push) Successful in 42s
CI / deploy-qa (push) Successful in 13s
CI / smoke-qa (push) Failing after 27s
Use docker cp instead of a bind mount to get repo files into the playwright container
This script runs inside the runner's own job container and talks to the
host's docker daemon over a mounted socket (docker-outside-of-docker). A
bind mount path only exists inside this job container, not on the host the
daemon resolves it against, so docker run -v failed with ENOENT. docker cp
copies file contents instead, sidestepping the path mismatch.
2026-07-04 18:39:06 -07:00
..
2026-07-02 12:42:46 -07:00
2026-07-02 12:42:46 -07:00