mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-21 16:24:26 +01:00
removed dependency on tool-dict.pkl (#93)
* removed tool_dict dependency * updated tests * updated go version * added defaults for failing iteration during tool installation * Update pythonapp.yml * updated docs
This commit is contained in:
10
.github/workflows/pythonapp.yml
vendored
10
.github/workflows/pythonapp.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: recon-pipeline build
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
@@ -24,9 +24,9 @@ jobs:
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
pipenv run flake8 . --count
|
||||
- name: Check code formatting with black
|
||||
uses: lgeiger/black-action@master
|
||||
with:
|
||||
args: ". --check"
|
||||
run: |
|
||||
pipenv install "black==19.10b0"
|
||||
pipenv run black -l 120 --check .
|
||||
|
||||
test-shell:
|
||||
|
||||
@@ -126,4 +126,4 @@ jobs:
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pipenv install pytest cmd2 luigi sqlalchemy python-libnmap
|
||||
pipenv run python -m pytest -vv --show-capture=all tests/test_tools_install
|
||||
pipenv run python -m pytest -vv --show-capture=all tests/test_tools_install
|
||||
|
||||
Reference in New Issue
Block a user