We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8261175 commit ab28cf9Copy full SHA for ab28cf9
1 file changed
.github/workflows/deploy-action.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Show Pytest Version
19
run: pytest --version
20
- name: Run tests
21
- run: pytest tests.py
+ run: pytest src/tests
22
23
deploy:
24
runs-on: ubuntu-latest
0 commit comments