Skip to content

Commit

Permalink
apparently comments in the middle of the command confuses GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Nov 27, 2024
1 parent 2653503 commit f6b203f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,20 @@ 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 \
# This line allows excluding certain files...
# --exclude-pattern '.*elasticsearch_integration_test.rb' || true
run: |
bundle exec parallel_test test \
-n ${{ strategy.job-total }} \
--only-group ${{ strategy.job-index }} \
--serialize-stdout \
--group-by filesize \
#--runtime-log tmp/old_parallel_runtime.log \
--combine-stderr \
--verbose \
#--exclude-pattern '.*elasticsearch_integration_test.rb' || true
|| true
working-directory: tmp/starter
shell: bash
Expand Down

0 comments on commit f6b203f

Please sign in to comment.