Skip to content

Commit

Permalink
[rb] allow multiple attempts to CI for Ruby tests
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 24, 2022
1 parent ce88314 commit 29b015f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
- uses: ./.github/actions/bazel
with:
command: test --test_output=all //rb:${{ matrix.target }}
attempts: 3
env:
DISPLAY: :99

Expand Down Expand Up @@ -121,6 +122,7 @@ jobs:
- uses: ./.github/actions/bazel
with:
command: test --test_output=all //rb:${{ matrix.target }}
attempts: 3
env:
DISPLAY: :99

Expand Down

0 comments on commit 29b015f

Please sign in to comment.