File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,12 +127,12 @@ jobs:
127127 name : Integration Tests (${{ matrix.browser }}, ${{ matrix.os }})
128128 browser : ${{ matrix.browser }}
129129 os : ${{ matrix.os }}
130- cache-key : py-browser-${{ matrix.browser }}
130+ cache-key : py-browser-windows- ${{ matrix.browser }}
131131 run : |
132132 fsutil 8dot3name set 0
133133 bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:common-${{ matrix.browser }}-bidi //py:test-${{ matrix.browser }}
134134
135- safari -tests :
135+ browser -tests-macos :
136136 name : Browser Tests
137137 needs : build
138138 uses : ./.github/workflows/bazel.yml
@@ -146,6 +146,6 @@ jobs:
146146 name : Integration Tests (${{ matrix.browser }}, ${{ matrix.os }})
147147 browser : ${{ matrix.browser }}
148148 os : ${{ matrix.os }}
149- cache-key : py-browser-${{ matrix.browser }}
149+ cache-key : py-browser-macos- ${{ matrix.browser }}
150150 run : |
151151 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