Skip to content

Commit 07eb5d4

Browse files
committed
use pinned browsers in ci-python.yml
1 parent 578bc2a commit 07eb5d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
os: ${{ matrix.os }}
9090
cache-key: py-browser-${{ matrix.browser }}
9191
run: |
92-
bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:common-${{ matrix.browser }}-bidi
93-
bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
92+
bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:common-${{ matrix.browser }}-bidi
93+
bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:test-${{ matrix.browser }}
9494
9595
safari-tests:
9696
name: Browser Tests
@@ -108,4 +108,4 @@ jobs:
108108
os: ${{ matrix.os }}
109109
cache-key: py-browser-${{ matrix.browser }}
110110
run: |
111-
bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
111+
bazel test --local_test_jobs 1 --flaky_test_attempts 3 --pin_browsers=true //py:test-${{ matrix.browser }}

0 commit comments

Comments
 (0)