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 d96eaed commit d22309dCopy full SHA for d22309d
1 file changed
.github/workflows/ci.yaml
@@ -15,6 +15,7 @@ jobs:
15
sudo pip3 install --ignore-installed selenium requests
16
- name: Install Chrome
17
uses: browser-actions/setup-chrome@v1
18
+ id: setup-chrome
19
with:
20
chrome-version: stable
21
install-chromedriver: true
@@ -24,5 +25,7 @@ jobs:
24
25
run: |
26
python3 ${{ github.workspace }}/utils/build/build.py
27
- name: Test
28
+ env:
29
+ CHROME_BIN: ${{ steps.setup-chrome.outputs.chrome-path }}
30
31
xvfb-run -a python3 ${{ github.workspace }}/tests/run_tests.py
0 commit comments