Skip to content

Commit

Permalink
start trying to work out which test causes our one to be slow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarton committed Dec 17, 2024
1 parent 909ebbe commit cd2b04c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-compose-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run tests
run: |
docker compose exec django pytest -v
s/pr-check
3 changes: 3 additions & 0 deletions s/pr-check
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -e

s/test epilepsy12/tests/common_view_functions_tests/aggregate_by_tests/test_calculate_kpi_value_counts_queryset.py epilepsy12/tests/common_view_functions_tests/aggregate_by_tests/test_cases_aggregated_by_attribute.py epilepsy12/tests/common_view_functions_tests/aggregate_by_tests/test_get_filtered_cases_queryset_for.py epilepsy12/tests/common_view_functions_tests/aggregate_by_tests/test_update_kpiaggregation_model.py

0 comments on commit cd2b04c

Please sign in to comment.