Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Nov 2, 2023
1 parent ecab171 commit dc8e410
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
name: First-run
# This may fail with "`build_branches': undefined method `flat_map' for nil:NilClass (NoMethodError)"
# but second-run will succeed.
run: bundle exec rspec
run: |
git config --global --add safe.directory /__w/rspec-openapi/rspec-openapi
bundle exec rspec
continue-on-error: true
- run: bundle exec rspec
timeout-minutes: 1
Expand Down

0 comments on commit dc8e410

Please sign in to comment.