File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 6464 include :
6565 - os : ubuntu
6666 - os : macos
67- - os : windows
6867 with :
6968 name : Unit Tests (${{ matrix.os }})
7069 os : ${{ matrix.os }}
@@ -100,19 +99,13 @@ jobs:
10099 os : ubuntu
101100 - browser : firefox
102101 os : ubuntu
103- - browser : chrome
104- os : windows
105- - browser : edge
106- os : windows
107102 with :
108103 name : Integration Tests (${{ matrix.browser }}, ${{ matrix.os }})
109104 browser : ${{ matrix.browser }}
110105 os : ${{ matrix.os }}
111106 cache-key : py-browser-${{ matrix.browser }}
112107 run : |
113- bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:common-${{ matrix.browser }}-bidi
114- bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:test-${{ matrix.browser }}
115-
108+ bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:common-${{ matrix.browser }}-bidi //py:test-${{ matrix.browser }}
116109 safari-tests :
117110 name : Browser Tests
118111 needs : build
@@ -129,5 +122,4 @@ jobs:
129122 os : ${{ matrix.os }}
130123 cache-key : py-browser-${{ matrix.browser }}
131124 run : |
132- bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:common-${{ matrix.browser }}
133- bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:test-${{ matrix.browser }}
125+ 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