mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2026-01-13 11:24:27 +01:00
Remove OS assumption (#15)
* removed kali specific installs - test 1 * removed kali specific installs - test 2 * removed kali specific installs - test 2 * removed kali specific installs - test 4 * removed kali specific installs - test 5 * removed kali specific installs - test 6 * removed kali specific installs - test 7 * removed kali specific installs - test 8 * removed kali specific installs - test 9 * removed kali specific installs - test 10 * removed kali specific installs - test 11 * removed kali specific installs - test 12 * removed kali specific installs - test 13 * removed kali specific installs - test 14 * all works locally, fixing up tests et al * trying pipeline again; round 2 * looks good locally; testing pipeline again * test 18? * test 19 * 20 * 21
This commit is contained in:
6
.github/workflows/pythonapp.yml
vendored
6
.github/workflows/pythonapp.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
pipenv install -d
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pipenv install pytest
|
||||
pipenv install pytest cmd2 luigi
|
||||
pipenv run python -m pytest tests/test_install
|
||||
|
||||
test-recon:
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
pipenv install -d
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pipenv install pytest
|
||||
pipenv install pytest cmd2 luigi
|
||||
pipenv run python -m pytest tests/test_recon
|
||||
|
||||
test-web:
|
||||
@@ -87,5 +87,5 @@ jobs:
|
||||
pipenv install -d
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pipenv install pytest
|
||||
pipenv install pytest cmd2 luigi
|
||||
pipenv run python -m pytest tests/test_web
|
||||
Reference in New Issue
Block a user