diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index bf9bf37..cda034a 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -39,6 +39,12 @@ jobs: - name: Test CSV output run: | python ssl_checker.py -H google.com -c test.csv - - name: Test JSON output + - name: Test JSON file output run: | - python ssl_checker.py -H google.com twitter.com -J \ No newline at end of file + python ssl_checker.py -H google.com twitter.com -J + - name: Test with port + run: | + python ssl_checker.py -H google.com:443 + - name: Test summary output + run: | + python ssl_checker.py -H google.com -S \ No newline at end of file