Update pythonapp.yml

This commit is contained in:
Narbeh 2020-04-21 16:55:09 +04:00 committed by GitHub
parent 3ec201a7ea
commit 7e0cc54009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,5 +30,12 @@ jobs:
- name: Test the script - name: Test the script
run: | run: |
python ssl_checker.py -h python ssl_checker.py -h
- name: Test a host
run: |
python ssl_checker.py -H google.com python ssl_checker.py -H google.com
- name: Test JSON output
run: |
python ssl_checker.py -H google.com -j python ssl_checker.py -H google.com -j
- name: Test CSV output
run: |
python ssl_checker.py -H google.com -c test.csv