revert workflow
This commit is contained in:
parent
7077483ee0
commit
054b297a70
1 changed files with 10 additions and 4 deletions
14
.github/workflows/test-waylonwalker-com.yml
vendored
14
.github/workflows/test-waylonwalker-com.yml
vendored
|
|
@ -9,18 +9,24 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
schedule:
|
|
||||||
- cron: 0/10 * * * *
|
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "build"
|
||||||
test-site:
|
test:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@master
|
||||||
|
# - uses: nanasess/setup-chromedriver@master
|
||||||
|
# with:
|
||||||
|
# # Optional: do not specify to match Chrome's version
|
||||||
|
# chromedriver-version: '77.0.3865.40'
|
||||||
|
# - run: |
|
||||||
|
# export DISPLAY=:99
|
||||||
|
# chromedriver --url-base=/wd/hub &
|
||||||
|
# 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