Skip to content

Commit

Permalink
.github/workflows: enable pylint on e2e tests
Browse files Browse the repository at this point in the history
Enable `pylint` on all the sub-directories of
`tests` including `e2e_tests`.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia committed Jan 9, 2024
1 parent 77245bd commit 9c13abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
pylint api.user_manager
pylint api.user_models
pylint tests/unit_tests
pylint tests/e2e_tests
- name: Run pytest
run: |
Expand Down

0 comments on commit 9c13abf

Please sign in to comment.