Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElEd0 committed May 22, 2024
1 parent fe6eada commit cac2957
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests via Pytest
name: Tests

on:
push:
Expand Down Expand Up @@ -30,7 +30,5 @@ jobs:
continue-on-error: true
- name: Test with pytest
run: |
coverage run -m pytest -v -s
- name: Generate Coverage Report
run: |
coverage report -m
pip install pytest
pytest -v -s

0 comments on commit cac2957

Please sign in to comment.