Skip to content

Commit

Permalink
ci: don't fail the workflow if BSD VMs hang
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Aug 4, 2021
1 parent f1a5cae commit 5ce2014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -274,6 +274,7 @@ jobs:
- run: bundle exec rake test

bsd:
continue-on-error: true # we're seeing VMs hang and fail the whole workflow
needs: ["basic"]
strategy:
fail-fast: false
Expand Down

0 comments on commit 5ce2014

Please sign in to comment.