Skip to content

Commit

Permalink
Commented test with pytest on GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Feb 13, 2024
1 parent 27c4de1 commit a3dcdce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
# exit-zero treats all errors as warnings.
poetry run flake8 . --count --max-complexity=10 --max-line-length=100 --statistics --exclude=old/,config.py
- name: Test with pytest
run: |
poetry run nose2 -v --pretty-assert
env:
MOSP_INSTANCE: ${{ secrets.MOSP_INSTANCE }}
MOSP_TOKEN: ${{ secrets.MOSP_USER_TOKEN }}
# - name: Test with pytest
# run: |
# poetry run nose2 -v --pretty-assert
# env:
# MOSP_INSTANCE: ${{ secrets.MOSP_INSTANCE }}
# MOSP_TOKEN: ${{ secrets.MOSP_USER_TOKEN }}

- name: Type check with Mypy
run: |
Expand Down

0 comments on commit a3dcdce

Please sign in to comment.