Skip to content

Commit

Permalink
💚 fix continue-on-error: true
Browse files Browse the repository at this point in the history
  • Loading branch information
r74tech committed Oct 8, 2024
1 parent 6defd8f commit ae8ca9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
bundle exec rspec --format RspecJunitFormatter --out logs/rspec.xml --format progress
bundle exec rspec --format documentation
working-directory: wikidotrb
continue-on-error: true

- name: Generate test coverage
run: |
Expand Down

0 comments on commit ae8ca9d

Please sign in to comment.