Skip to content

Commit 9edcd46

Browse files
committed
[py] Adding retries to Python CI
[skip ci]
1 parent 3c6d27c commit 9edcd46

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci-python.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ jobs:
145145
- name: Start XVFB
146146
run: Xvfb :99 &
147147
- name: Run browser tests in Chrome
148-
uses: ./.github/actions/bazel
148+
uses: ./.github/actions/bazel-test
149149
with:
150-
command: test //py:test-chrome
150+
command: //py:test-chrome
151+
attempts: 3
151152
env:
152153
DISPLAY: :99
153154

@@ -225,9 +226,10 @@ jobs:
225226
- name: Start XVFB
226227
run: Xvfb :99 &
227228
- name: Run browser tests in Firefox
228-
uses: ./.github/actions/bazel
229+
uses: ./.github/actions/bazel-test
229230
with:
230-
command: test //py:test-firefox
231+
command: //py:test-firefox
232+
attempts: 3
231233
env:
232234
DISPLAY: :99
233235

0 commit comments

Comments
 (0)