Skip to content

Commit af3d319

Browse files
committed
allow to retry tests in CI
1 parent 559db4c commit af3d319

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,7 @@ jobs:
8282
bundler-cache: true
8383

8484
- name: Run tests
85-
run: |
86-
bundle exec rspec
85+
uses: nick-fields/retry@v3
86+
with:
87+
max_attempts: 2
88+
command: bundle exec rspec

0 commit comments

Comments
 (0)