Skip to content

Commit

Permalink
Rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Jun 29, 2023
1 parent 253c45c commit 0780cf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- uses: actions/checkout@v2
- name: bundle install
run: bundle install -j$(nproc) --retry 3
- if: matrix.coverage == 'coverage'
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 || echo "ignore first-run failure"
- run: bundle exec rspec
timeout-minutes: 1
- name: Upload coverage reports
Expand Down

0 comments on commit 0780cf6

Please sign in to comment.