Skip to content

Commit

Permalink
Added verbose mode to pytest GitHub Action CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerdo committed Jul 27, 2021
1 parent c200047 commit 9021a91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# This workflow will install Python dependencies and run tests with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
# CUSTOM Modifications by Dominik Müller (2021)

name: Python package

Expand Down Expand Up @@ -31,4 +32,4 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Test with pytest
run: |
pytest
pytest -v

0 comments on commit 9021a91

Please sign in to comment.