diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88bebdf1..27c8cac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,9 +78,9 @@ jobs: - name: Qlty check (all plugins) uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 with: - timeout_minutes: 5 + timeout_minutes: 8 max_attempts: 3 - retry_on: error + retry_on: any command: qlty check --all --no-progress test: