run without adding chromedriver
This commit is contained in:
parent
b43b367e6d
commit
80f5251649
1 changed files with 8 additions and 8 deletions
16
.github/workflows/test-waylonwalker-com.yml
vendored
16
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -19,14 +19,14 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: nanasess/setup-chromedriver@master
|
# - uses: nanasess/setup-chromedriver@master
|
||||||
with:
|
# with:
|
||||||
# Optional: do not specify to match Chrome's version
|
# # Optional: do not specify to match Chrome's version
|
||||||
chromedriver-version: '77.0.3865.40'
|
# chromedriver-version: '77.0.3865.40'
|
||||||
- run: |
|
# - run: |
|
||||||
export DISPLAY=:99
|
# export DISPLAY=:99
|
||||||
chromedriver --url-base=/wd/hub &
|
# chromedriver --url-base=/wd/hub &
|
||||||
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
|
# sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue