From 626a019ad8ae25b3b2838c3654864e3f491cca6a Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 26 Jul 2020 04:44:03 +0000 Subject: [PATCH] =?UTF-8?q?master=20=F0=9F=91=89=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-waylonwalker-com.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/test-waylonwalker-com.yml b/.github/workflows/test-waylonwalker-com.yml index a1a9cb3..794ee6c 100644 --- a/.github/workflows/test-waylonwalker-com.yml +++ b/.github/workflows/test-waylonwalker-com.yml @@ -11,24 +11,16 @@ on: branches: [ master ] schedule: - cron: 0/10 * * * * - + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" - test: + test-site🧪: # The type of runner that the job will run on runs-on: ubuntu-latest steps: - - 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/checkout@main - uses: actions/setup-python@v2 with: python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax @@ -63,4 +55,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: pytest-log - path: pytest.log + path: pytest.log \ No newline at end of file