We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db87a88 commit 6d66019Copy full SHA for 6d66019
1 file changed
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
run: docker-compose logs ohp
79
80
- name: Run modules test (graceful shutting of modules)
81
- run: sudo pytest tests/test_module_* -s
+ run: sudo python3 -m pytest tests/test_module_* -s
82
83
- name: Run modules test
84
run: sudo python3 ohp.py -m all --test --store-pcap
0 commit comments