We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd0976 commit 1cc4bc7Copy full SHA for 1cc4bc7
.github/workflows/ci-ruby.yml
@@ -96,29 +96,3 @@ jobs:
96
--test_size_filters large
97
--test_tag_filters ${{ matrix.browser }}
98
//rb/spec/...
99
-
100
- integration-tests-remote:
101
- name: Remote Tests
102
- needs: build
103
- uses: ./.github/workflows/bazel.yml
104
- strategy:
105
- fail-fast: false
106
- matrix:
107
- include:
108
- - browser: edge
109
- os: macos
110
- with:
111
- name: Remote Tests (${{ matrix.browser }}, ${{ matrix.os }})
112
- browser: ${{ matrix.browser }}
113
- os: ${{ matrix.os }}
114
- java-version: 17
115
- rerun-with-debug: true
116
- run: >
117
- bazel test
118
- --keep_going
119
- --build_tests_only
120
- --local_test_jobs 1
121
- --flaky_test_attempts 2
122
- --test_size_filters large
123
- --test_tag_filters ${{ matrix.browser }}-remote
124
- //rb/spec/...
0 commit comments