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 9cd7126 commit 5b0e589Copy full SHA for 5b0e589
.github/workflows/ci-ruby.yml
@@ -84,7 +84,7 @@ jobs:
84
--local_test_jobs 1
85
--test_size_filters large
86
--test_tag_filters ${{ matrix.browser }}
87
- ${{ matrix.os != 'windows' && '--pin_browsers' || '' }}
+ --pin_browsers
88
//rb/spec/...
89
90
integration-tests-remote:
@@ -111,5 +111,5 @@ jobs:
111
112
113
--test_tag_filters ${{ matrix.browser }}-remote
114
115
0 commit comments