Skip to content

Commit

Permalink
don't try to use a log that's not there
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Nov 27, 2024
1 parent 970b42e commit 27c6528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
--only-group ${{ strategy.job-index }} \
--serialize-stdout \
--group-by runtime \
--runtime-log tmp/old_parallel_runtime.log \
#--runtime-log tmp/old_parallel_runtime.log \
--combine-stderr \
--verbose \
#--exclude-pattern '.*elasticsearch_integration_test.rb' || true
Expand Down

0 comments on commit 27c6528

Please sign in to comment.