Skip to content

Commit

Permalink
Run tests from backend dir and not from package (does not have any).
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschulz committed May 15, 2024
1 parent f0618f0 commit 8a2f2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
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/plone.edu/tests
pytest --disable-warnings tests
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a2f2bc

Please sign in to comment.