diff --git a/.github/workflows/ci-ruby.yml b/.github/workflows/ci-ruby.yml index f8d4180693d31..339725dd51c46 100644 --- a/.github/workflows/ci-ruby.yml +++ b/.github/workflows/ci-ruby.yml @@ -83,6 +83,7 @@ jobs: - uses: ./.github/actions/bazel with: command: test --test_output=all //rb:${{ matrix.target }} + attempts: 3 env: DISPLAY: :99 @@ -121,6 +122,7 @@ jobs: - uses: ./.github/actions/bazel with: command: test --test_output=all //rb:${{ matrix.target }} + attempts: 3 env: DISPLAY: :99