Skip to content

Commit

Permalink
try to eliminate double runs
Browse files Browse the repository at this point in the history
  • Loading branch information
gyst committed Oct 25, 2024
1 parent 53d3eee commit 1c4b0da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/plone-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,13 @@ jobs:
tox -r
env:
MATCH_ACTION_ENV: lint
PYTHON_VERSION: ${{ matrix.plone-version }}

- name: Test with tox
run: |
tox -r
env:
MATCH_ACTION_ENV: ${{ matrix.plone-version }}
PYTHON_VERSION: ${{ matrix.plone-version }}

# To add coverage, see https://hynek.me/articles/ditch-codecov-python/

0 comments on commit 1c4b0da

Please sign in to comment.