Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xaer981 authored Dec 19, 2023
1 parent 9af63be commit 706cd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
# exit-zero treats all errors as warnings
flake8 tests --count --exit-zero --max-complexity=10 --max-line-length=79 --statistics
- name: Test with pytest
run: echo pwd && echo ls && pytest
run: pwd && ls && pytest

0 comments on commit 706cd1b

Please sign in to comment.