feat(runner): provide Docker before workflow steps
test / python (pull_request) Successful in 12m25s
test / shell (pull_request) Failing after 13m32s
test / go (pull_request) Successful in 22m28s

This commit is contained in:
2026-09-21 15:53:03 +00:00
parent adb5af1486
commit d776fa71e9
9 changed files with 77 additions and 69 deletions
+4
View File
@@ -63,6 +63,10 @@ jobs:
set -euo pipefail
set +x
# Bootstrap the image that first introduces automatic Docker setup.
# Once deployed, the job-started hook makes this an idempotent no-op.
sudo scripts/setup-job-docker
: "${GITHUB_SHA:?GITHUB_SHA is required}"
image_tag="sha-${GITHUB_SHA}"
docker_config=$(mktemp -d)