Skip to content

Commit

Permalink
Run only updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giosava94 committed May 7, 2024
1 parent e2d41af commit 8745560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Run tests
- name: Run tests
run: poetry run pytest tests/test_auth.py --cov --cov-report=xml --cov-report=html
run: poetry run pytest tests/models tests/schemas --cov --cov-report=xml --cov-report=html
env:
NEO4J_SERVER: "localhost:${{ job.services.neo4j-db.ports[7687] }}"

Expand Down

0 comments on commit 8745560

Please sign in to comment.