Skip to content

Commit

Permalink
ci: GHA: do not use -v/-vv with outer runs
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Oct 27, 2020
1 parent af18072 commit f81e6db
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,27 +66,21 @@ jobs:
# Coverage for:
# - osx
# - pygments
# - verbosity=1
- name: "macos-py36"
python: "3.6"
os: macos-latest
tox_env: "py36-pygments-coverage"
pytest_addopts: "--verbosity=1"

- name: "windows-py37 (1)"
python: "3.7"
os: windows-latest
tox_env: "py37-coverage-grouped"
# Coverage for:
# - verbosity=2
pytest_addopts: "--verbosity=2 --test-group-count 2 --test-group=1"
pytest_addopts: "--test-group-count 2 --test-group=1"
- name: "windows-py37 (2)"
python: "3.7"
os: windows-latest
tox_env: "py37-coverage-grouped"
# Coverage for:
# - verbosity=2
pytest_addopts: "--verbosity=2 --test-group-count 2 --test-group=2"
pytest_addopts: "--test-group-count 2 --test-group=2"

- name: "xdist"
python: "3.8"
Expand Down

0 comments on commit f81e6db

Please sign in to comment.