Skip to content

Commit

Permalink
Fix run command
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jun 3, 2024
1 parent c4278e8 commit c54cae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
pip install coverage "coveralls<3.3"
- name: Run tests
run: |
poetry run coverage run -m pytest
poetry run coverage xml
coverage run -m pytest
coverage xml
env:
OPENTSDB_PYTHON_METRICS_TEST_MODE: True
- name: Generate and send coveralls report
Expand Down

0 comments on commit c54cae7

Please sign in to comment.