Skip to content

Commit 4038776

Browse files
committed
[rb] allow multiple attempts to CI for Ruby tests
1 parent b880bd0 commit 4038776

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
@@ -97,6 +97,7 @@ jobs:
9797
uses: ./.github/actions/bazel
9898
with:
9999
command: test --test_output=all //rb:${{ matrix.target }}
100+
attempts: 3
100101
env:
101102
DISPLAY: :99
102103

@@ -145,6 +146,7 @@ jobs:
145146
uses: ./.github/actions/bazel
146147
with:
147148
command: test --test_output=all //rb:${{ matrix.target }}
149+
attempts: 3
148150
env:
149151
DISPLAY: :99
150152

0 commit comments

Comments
 (0)