Retry Gitea CI tool downloads
This commit is contained in:
@@ -133,6 +133,8 @@ test("Gitea quality gate validates before publishing an immutable ACR manifest",
|
||||
assert.match(workflow, /python -m playwright install --with-deps chromium/);
|
||||
assert.match(workflow, /DOCKER_COMPOSE_VERSION: v2\.39\.1/);
|
||||
assert.match(workflow, /docker-compose-linux-\$compose_arch/);
|
||||
assert.match(workflow, /curl -fsSL --retry 3 --retry-all-errors --retry-delay 10/);
|
||||
assert.match(workflow, /--connect-timeout 15 --max-time 180/);
|
||||
assert.match(workflow, /sha256sum -c -/);
|
||||
assert.match(workflow, /docker compose version --short/);
|
||||
assert.match(workflow, /docker compose --help \| grep -q -- '--project-name'/);
|
||||
|
||||
Reference in New Issue
Block a user