Skip to content

Commit

Permalink
Merge pull request #70 from NFDI4Chem/CS76-patch-1
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
CS76 authored Dec 23, 2023
2 parents e3157c9 + 2fe0dba commit f4bf631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
pip install flake8 pytest
- name: Analysing the code with pylint
run: |
flake8 --per-file-ignores="__init__.py:F401" --ignore E402,E501,W503 $(git ls-files '*.py') .
flake8 --per-file-ignores="__init__.py:F401" --ignore E402,E501,W503 $(git ls-files 'app/*.py') .
- name: Run test
run: |
python3 -m pytest -p no:warnings --ignore=lwreg/lwreg/test-cli.py --ignore=lwreg/lwreg/test_lwreg.py
python3 -m pytest -p no:warnings --ignore=lwreg/lwreg/test-cli.py --ignore=lwreg/lwreg/test_lwreg.py

0 comments on commit f4bf631

Please sign in to comment.