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 7, 2024
1 parent c586cb2 commit 30180b0
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 @@ -139,5 +139,9 @@ jobs:
vagrant up --no-tty
-
name: Test
run: |
vagrant ssh -- "cd /vagrant; go test -buildvcs=false ./..."
uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0
with:
timeout_minutes: 20
max_attempts: 5
command: |
vagrant ssh -- "cd /vagrant; go test -buildvcs=false ./..."

0 comments on commit 30180b0

Please sign in to comment.