Skip to content

Commit

Permalink
Project: Fix pytest target in backend template (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof authored Sep 27, 2024
1 parent e8224d2 commit 5b3a422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Run tests
run: |
pytest --disable-warnings src/{{ cookiecutter.python_package_name }}/tests
pytest --disable-warnings tests
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5b3a422

Please sign in to comment.