Skip to content

Commit c279e49

Browse files
committed
Update CI with new directory structure and test command
1 parent e0c2953 commit c279e49

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
pipenv run isort .
3636
- name: Lint with Pylint
3737
run: |
38-
pipenv run pylint msgraphcore --disable=W --rcfile=.pylintrc
39-
- name: Test with unittest
38+
pipenv run pylint msgraph --disable=W --rcfile=.pylintrc
39+
- name: Test with pytest
4040
run: |
41-
pipenv run coverage run -m pytest tests/unit
42-
pipenv run coverage run -m pytest tests/integration
43-
pipenv run coverage html
41+
pipenv run pytest

0 commit comments

Comments
 (0)