Skip to content

Commit 29b015f

Browse files
committed
[rb] allow multiple attempts to CI for Ruby tests
1 parent ce88314 commit 29b015f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- uses: ./.github/actions/bazel
8484
with:
8585
command: test --test_output=all //rb:${{ matrix.target }}
86+
attempts: 3
8687
env:
8788
DISPLAY: :99
8889

@@ -121,6 +122,7 @@ jobs:
121122
- uses: ./.github/actions/bazel
122123
with:
123124
command: test --test_output=all //rb:${{ matrix.target }}
125+
attempts: 3
124126
env:
125127
DISPLAY: :99
126128

0 commit comments

Comments
 (0)