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 9edcd46 commit 2b98f9bCopy full SHA for 2b98f9b
1 file changed
.github/workflows/ci-python.yml
@@ -147,7 +147,7 @@ jobs:
147
- name: Run browser tests in Chrome
148
uses: ./.github/actions/bazel-test
149
with:
150
- command: //py:test-chrome
+ query: //py:test-chrome
151
attempts: 3
152
env:
153
DISPLAY: :99
@@ -228,7 +228,7 @@ jobs:
228
- name: Run browser tests in Firefox
229
230
231
- command: //py:test-firefox
+ query: //py:test-firefox
232
233
234
0 commit comments