Skip to content

Commit

Permalink
[ci] Remove duplicate python builds from GH runner
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 10, 2023
1 parent 0860f26 commit 47b4cdc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,6 @@ jobs:
env:
TOXENV: mypy

browser-tests:
name: Browser Tests
needs: build
uses: ./.github/workflows/bazel.yml
strategy:
fail-fast: false
matrix:
browser:
- chrome
- firefox
with:
name: Integration Tests (${{ matrix.browser }})
browser: ${{ matrix.browser }}
cache-key: py-${{ matrix.browser }}
run: bazel test --flaky_test_attempts 3 //py:test-${{ matrix.browser }}

remote-tests:
name: Remote Tests
needs: build
Expand Down

0 comments on commit 47b4cdc

Please sign in to comment.