Skip to content

Commit d22309d

Browse files
committed
Fix Chrome issue?
1 parent d96eaed commit d22309d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
sudo pip3 install --ignore-installed selenium requests
1616
- name: Install Chrome
1717
uses: browser-actions/setup-chrome@v1
18+
id: setup-chrome
1819
with:
1920
chrome-version: stable
2021
install-chromedriver: true
@@ -24,5 +25,7 @@ jobs:
2425
run: |
2526
python3 ${{ github.workspace }}/utils/build/build.py
2627
- name: Test
28+
env:
29+
CHROME_BIN: ${{ steps.setup-chrome.outputs.chrome-path }}
2730
run: |
2831
xvfb-run -a python3 ${{ github.workspace }}/tests/run_tests.py

0 commit comments

Comments
 (0)