Skip to content

Commit

Permalink
feat: log parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed Jul 6, 2024
1 parent f62ea02 commit 1c82371
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rspec_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
# echo 'Tests completed. Uploading to Code Climate'
# ./cc-test-reporter after-build --exit-code $?
cat tmp/spec_summary.log
- name: Compress reports
if: ${{ !cancelled() }}
Expand Down
2 changes: 1 addition & 1 deletion .rspec_parallel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--format RspecJunitFormatter --out tmp/reports/rspec_<%= ENV["GROUPS_UNDERSCORE"] %>_<%= ENV["TEST_ENV_NUMBER"] %>.xml
--format ParallelTests::RSpec::SummaryLogger
--format ParallelTests::RSpec::RuntimeLogger --out tmp/parallel_runtime.log
--format ParallelTests::RSpec::SummaryLogger --out tmp/spec_summary.log
--format ParallelTests::RSpec::FailuresLogger --out tmp/failing_specs.log

0 comments on commit 1c82371

Please sign in to comment.