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 3c6d27c commit 9edcd46Copy full SHA for 9edcd46
1 file changed
.github/workflows/ci-python.yml
@@ -145,9 +145,10 @@ jobs:
145
- name: Start XVFB
146
run: Xvfb :99 &
147
- name: Run browser tests in Chrome
148
- uses: ./.github/actions/bazel
+ uses: ./.github/actions/bazel-test
149
with:
150
- command: test //py:test-chrome
+ command: //py:test-chrome
151
+ attempts: 3
152
env:
153
DISPLAY: :99
154
@@ -225,9 +226,10 @@ jobs:
225
226
227
228
- name: Run browser tests in Firefox
229
230
- command: test //py:test-firefox
231
+ command: //py:test-firefox
232
233
234
235
0 commit comments