Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 12, 2023
1 parent b05f822 commit 6baa61b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
with:
path: .tox/py${{ matrix.python-version }}-**
key: toxenv-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock', 'tox.ini') }}
- name: Tox id1 (py${{ matrix.python-version }})
run: which tox || true
- name: Tox id2 (py${{ matrix.python-version }})
run: poetry run which tox || true
- name: Tox tests (py${{ matrix.python-version }})
run: poetry run tox
- name: Send coverage reports to Codecov
Expand Down

0 comments on commit 6baa61b

Please sign in to comment.