Skip to content

Commit

Permalink
ci: retry logic for freebsd steps
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 Jan 29, 2024
1 parent b41ec21 commit 4bad782
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 @@ -129,5 +129,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 4bad782

Please sign in to comment.