only one pattern needed

This commit is contained in:
Romain Komorn 2024-07-31 10:37:26 +01:00
parent 21c5b8276b
commit d80b2a5d4a
No known key found for this signature in database

View File

@ -97,5 +97,5 @@ jobs:
run: scripts/verify-bundles.sh run: scripts/verify-bundles.sh
- name: Run tests - name: Run tests
run: ddtrace-run netbox/manage.py test netbox/ --parallel --pattern --pattern "test_models.py" run: ddtrace-run netbox/manage.py test netbox/ --pattern "test_models.py"