Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
gyst committed Oct 25, 2024
1 parent c7cebf7 commit 53d3eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/plone-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ jobs:
run: |
tox -r
env:
MATCH_ACTION_ENV: ${{ matrix.python-version }} lint
MATCH_ACTION_ENV: lint

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

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

0 comments on commit 53d3eee

Please sign in to comment.