diff --git a/.github/workflows/ci-ruby.yml b/.github/workflows/ci-ruby.yml index 72ad228253b71..95ec873c38a70 100644 --- a/.github/workflows/ci-ruby.yml +++ b/.github/workflows/ci-ruby.yml @@ -75,6 +75,7 @@ jobs: name: Unit Tests (${{ matrix.ruby-version }}, ${{ matrix.os }}) os: ${{ matrix.os }} ruby-version: ${{ matrix.ruby-version }} + rerun-with-debug: true run: > bazel test --keep_going @@ -103,11 +104,12 @@ jobs: name: Local Tests (${{ matrix.browser }}, ${{ matrix.os }}) browser: ${{ matrix.browser }} os: ${{ matrix.os }} + rerun-with-debug: true run: > bazel test --keep_going --build_tests_only - --flaky_test_attempts 3 + --flaky_test_attempts 2 --local_test_jobs 1 --test_size_filters large --test_tag_filters ${{ matrix.browser }} @@ -128,12 +130,13 @@ jobs: browser: ${{ matrix.browser }} os: ${{ matrix.os }} java-version: 17 + rerun-with-debug: true run: > bazel test --keep_going --build_tests_only - --flaky_test_attempts 3 --local_test_jobs 1 + --flaky_test_attempts 2 --test_size_filters large --test_tag_filters ${{ matrix.browser }}-remote //rb/spec/...