Skip to content

Commit

Permalink
ci: retry logic for freebsd test step
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Feb 1, 2024
1 parent 2d831b0 commit 42a0778
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,9 @@ jobs:
vagrant up --no-tty
-
name: Test
run: |
vagrant up --provision-with=test
uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
with:
timeout_minutes: 20
max_attempts: 5
command: |
vagrant up --provision-with=test

0 comments on commit 42a0778

Please sign in to comment.