File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -126,9 +126,7 @@ jobs:
126
126
os : ${{ matrix.os }}
127
127
cache-key : py-browser-${{ matrix.browser }}
128
128
run : |
129
- bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true \
130
- //py:common-${{ matrix.browser }}-bidi \
131
- //py:test-${{ matrix.browser }}
129
+ bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:common-${{ matrix.browser }}-bidi //py:test-${{ matrix.browser }}
132
130
133
131
browser-tests-windows :
134
132
name : Browser Tests
@@ -151,9 +149,7 @@ jobs:
151
149
cache-key : py-browser-${{ matrix.browser }}
152
150
run : |
153
151
fsutil 8dot3name set 0
154
- bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true \
155
- //py:common-${{ matrix.browser }}-bidi \
156
- //py:test-${{ matrix.browser }}
152
+ bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:common-${{ matrix.browser }}-bidi //py:test-${{ matrix.browser }}
157
153
158
154
safari-tests :
159
155
name : Browser Tests
@@ -171,6 +167,4 @@ jobs:
171
167
os : ${{ matrix.os }}
172
168
cache-key : py-browser-${{ matrix.browser }}
173
169
run : |
174
- bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true \
175
- //py:common-${{ matrix.browser }} \
176
- //py:test-${{ matrix.browser }}
170
+ bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:common-${{ matrix.browser }} //py:test-${{ matrix.browser }}
You can’t perform that action at this time.
0 commit comments