Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
rococodogs committed Aug 29, 2024
1 parent 31bc2f5 commit 3e48bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
RAILS_SILENCE_DEPRECATIONS: true
run: |
mkdir /tmp/test-results
bundle exec rspec --backtrace --format RspecJunitFormatter --out /tmp/test-results/rspec.xml
bundle exec rspec --backtrace --format progress --format RspecJunitFormatter --out /tmp/test-results/rspec.xml
-
name: Publish RSpec report
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 3e48bad

Please sign in to comment.