Skip to content

Commit

Permalink
try setting group correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Nov 27, 2024
1 parent b696ece commit 9d157e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ jobs:
CI_NODE_INDEX: ${{ strategy.job-index }}
PARALLEL_TESTS_RECORD_RUNTIME: true
MINITEST_JUNIT_REPORTER: yes

# TODO: Eventually we want to be able to do this by runtime, but how do we bootstrap that file?
# This option is used to feed in runtime info from previous runs.
# --runtime-log tmp/old_parallel_runtime.log \
Expand All @@ -159,7 +158,7 @@ jobs:
run: |
bundle exec parallel_test test \
-n ${{ strategy.job-total }} \
--only-group ${{ strategy.job-index }} \
--only-group ${{ strategy.job-index + 1 }} \
--serialize-stdout \
--group-by filesize \
--combine-stderr \
Expand Down

0 comments on commit 9d157e9

Please sign in to comment.