Update pythonapp.yml
This commit is contained in:
parent
3ec201a7ea
commit
7e0cc54009
7
.github/workflows/pythonapp.yml
vendored
7
.github/workflows/pythonapp.yml
vendored
@ -30,5 +30,12 @@ jobs:
|
||||
- name: Test the script
|
||||
run: |
|
||||
python ssl_checker.py -h
|
||||
- name: Test a host
|
||||
run: |
|
||||
python ssl_checker.py -H google.com
|
||||
- name: Test JSON output
|
||||
run: |
|
||||
python ssl_checker.py -H google.com -j
|
||||
- name: Test CSV output
|
||||
run: |
|
||||
python ssl_checker.py -H google.com -c test.csv
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user