Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Sep 7, 2022
1 parent 0d76018 commit f299be8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json"
pipx run --python python nox -s pylint
checks:
name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
Expand All @@ -49,12 +50,15 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install nox
run: python -m pip install nox

- name: Test package
run: pipx run --python python nox
run: |
nox -s tests
nos -s tests_flake8
- name: Upload coverage report
uses: codecov/[email protected]
dist:
name: Distribution build
Expand Down

0 comments on commit f299be8

Please sign in to comment.