Skip to content

Commit

Permalink
fix incorrect indent
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankKr authored Jan 5, 2022
1 parent fd5b3ee commit c5ce486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
pip install pytest pytest-cov
pytest --cov-report=xml --cov=openstef/ test/unit/ --junitxml=pytest-report.xml
- name: Integration test with pytest
run: |
run: |
pip install pytest pytest-cov
pytest --cov-report=xml --cov=openstef/ test/integration/ --junitxml=pytest-report_integration.xml
# Fix relative paths in coverage file
Expand Down

0 comments on commit c5ce486

Please sign in to comment.