Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itayB authored Dec 19, 2023
1 parent 3c6095a commit d4d505e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
pip install -r requirements.txt -r requirements-dev.txt
- name: Test with pytest
run: py.test -o junit_family=xunit2 --junitxml result.xml -v --ff --cov=serversion --cov-report=xml --cov-report=term tests
- name: Run Linters
run: make lint
- name: Coverage Report
if: always()
uses: aGallea/tests-coverage-report@1.3.1
Expand Down

0 comments on commit d4d505e

Please sign in to comment.