Skip to content

Commit 46600f3

Browse files
authored
Update petstore_api_tests.yml
1 parent 9266074 commit 46600f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/petstore_api_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3636
# exit-zero treats all errors as warnings
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38-
38+
3939
- name: Run API tests
4040
run: |
41-
pytest tests/ -v --html=test-report.html
41+
pytest -v --html=test-report.html
4242
4343
- name: Upload test results
4444
if: always()

0 commit comments

Comments
 (0)