Skip to content

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Sep 16, 2024
1 parent 2033556 commit 0b2a898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python -m pip install -r requirements.txt
- name: Test with pytest
run: |
python -m pytest --cov=x2s3 --cov-report=html --cov-report=term -W ignore::DeprecationWarning --html=htmlcov/test_results.html tests/test_awss3.py tests/test_base.py tests/test_file.py
python -m pytest --cov=x2s3 --cov-report=html --cov-report=term -W ignore::DeprecationWarning --html=htmlcov/test_results.html
- name: Upload pytest and coverage results
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 0b2a898

Please sign in to comment.