Skip to content

Commit

Permalink
gh SergeyPirogov#277 Add suite with WDM_LOG = "0"; Optimize test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kotlyar committed Mar 10, 2022
1 parent 92ed44e commit 14d8164
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,16 @@ jobs:
matrix:
python-version: ['3.6']
selenium-version: ['3.141.0']
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ macos-latest, windows-latest ]
wdm-log: ['']
include:
- python-version: '3.7'
selenium-version: '4.1.0'
os: ubuntu-latest
- python-version: '3.10'
selenium-version: '3.141.0'
os: ubuntu-latest
- python-version: '3.10'
selenium-version: '4.1.0'
os: ubuntu-latest
wdm-log: '0'

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -106,6 +105,8 @@ jobs:
- name: Run tests on Linux (with xvfb)
if: runner.os == 'Linux'
uses: GabrielBB/xvfb-action@v1.0
env:
WDM_LOG: ${{ matrix.wdm-log }}
with:
run: |
pipenv run py.test -sv --cov-config .coveragerc --cov-report xml --cov-report term:skip-covered --cov=webdriver_manager --tb=short tests/
Expand Down

0 comments on commit 14d8164

Please sign in to comment.