diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dcf5d4a6..566b9b677 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -263,6 +263,8 @@ jobs: --format detailed --timeout 7 --max-concurrency 6 + --retry-wait-time 3 + --max-retries 6 --accept "200,301,302" --exclude-path ".*/target/.*|.*/static\.files/.*|.*/docs/.*" --remap "https://github.com/${{ github.repository }}/(?:blob|tree)/[^/]+/(.+) file://$GITHUB_WORKSPACE/\$1"