Skip to content

Commit

Permalink
Fix test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alef-Burzmali committed Jul 14, 2024
1 parent ed3c695 commit 36fa720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
- name: Run tests
working-directory: netbox
run: |
python netbox/manage.py test --parallel auto --verbose 2 netbox_data_flows
python netbox/manage.py test --parallel auto -v 2 netbox_data_flows

0 comments on commit 36fa720

Please sign in to comment.