Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Mar 28, 2024
1 parent b23d047 commit c441d9e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,4 @@ jobs:
flake8 custom_components/peaqev --count --exit-zero --statistics
- name: Test with pytest
run: |
pytest custom_components/peaqev/test/
- name: Report pytest results
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: pytest.xml
pytest custom_components/peaqev/test/

0 comments on commit c441d9e

Please sign in to comment.