Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
m000 committed Nov 5, 2023
1 parent 2f50f51 commit d81770a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/j2cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,18 @@ jobs:
python-version: "3.10"
- run: pip install tox
- run: tox
coverage:
runs-on: ubuntu-latest
env:
TOXENV: py3.10-pyyaml6
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-python@v4.7.0
with:
python-version: "3.10"
- uses: orgoro/coverage@v3.1
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
- run: pip install tox
- run: tox

0 comments on commit d81770a

Please sign in to comment.