Skip to content

Commit

Permalink
Add tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalters committed Sep 23, 2024
1 parent b1c45f3 commit 8b69de7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pytest
- name: set pythonpath
run: |
echo "PYTHONPATH=." >> $GITHUB_ENV
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
- name: Run tests
run: |
pytest -vs test/

0 comments on commit 8b69de7

Please sign in to comment.