We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0860f26 commit 47b4cdcCopy full SHA for 47b4cdc
.github/workflows/ci-python.yml
@@ -77,22 +77,6 @@ jobs:
77
env:
78
TOXENV: mypy
79
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
-
96
remote-tests:
97
name: Remote Tests
98
needs: build
0 commit comments