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 982f620 commit b05f822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/cache@v3
with:
path: .tox/py${{ matrix.python-version }}-**
key: toxenv-py${{ matrix.python-version }}-${{ hashFiles('tox.ini') }}
key: toxenv-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock', 'tox.ini') }}
- name: Tox tests (py${{ matrix.python-version }})
run: poetry run tox
- name: Send coverage reports to Codecov
Expand Down

0 comments on commit b05f822

Please sign in to comment.