mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
only one pattern needed
This commit is contained in:
parent
21c5b8276b
commit
d80b2a5d4a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user