Skip to content

Commit 47b4cdc

Browse files
committed
[ci] Remove duplicate python builds from GH runner
1 parent 0860f26 commit 47b4cdc

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci-python.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,6 @@ jobs:
7777
env:
7878
TOXENV: mypy
7979

80-
browser-tests:
81-
name: Browser Tests
82-
needs: build
83-
uses: ./.github/workflows/bazel.yml
84-
strategy:
85-
fail-fast: false
86-
matrix:
87-
browser:
88-
- chrome
89-
- firefox
90-
with:
91-
name: Integration Tests (${{ matrix.browser }})
92-
browser: ${{ matrix.browser }}
93-
cache-key: py-${{ matrix.browser }}
94-
run: bazel test --flaky_test_attempts 3 //py:test-${{ matrix.browser }}
95-
9680
remote-tests:
9781
name: Remote Tests
9882
needs: build

0 commit comments

Comments
 (0)