Skip to content

Commit

Permalink
Use another wildcard for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Nov 9, 2024
1 parent b13d7c3 commit 79053db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/python-client/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ runs:
shell: bash
# Run tox using the version of Python in `PATH`
#run: tox -e py
run: pytest tests.py
run: pytest test/test_*.py

0 comments on commit 79053db

Please sign in to comment.