Skip to content

Commit 2b98f9b

Browse files
committed
[py] Fix - Adding retries to Python CI
[skip ci]
1 parent 9edcd46 commit 2b98f9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Run browser tests in Chrome
148148
uses: ./.github/actions/bazel-test
149149
with:
150-
command: //py:test-chrome
150+
query: //py:test-chrome
151151
attempts: 3
152152
env:
153153
DISPLAY: :99
@@ -228,7 +228,7 @@ jobs:
228228
- name: Run browser tests in Firefox
229229
uses: ./.github/actions/bazel-test
230230
with:
231-
command: //py:test-firefox
231+
query: //py:test-firefox
232232
attempts: 3
233233
env:
234234
DISPLAY: :99

0 commit comments

Comments
 (0)