mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-01 03:41:32 +02:00
version banner of different binaries
This commit is contained in:
parent
8738b48e86
commit
130da03b35
9
.github/workflows/unit_tests.yml
vendored
9
.github/workflows/unit_tests.yml
vendored
@ -22,15 +22,18 @@ jobs:
|
||||
build:
|
||||
runs-on: macos-14
|
||||
|
||||
name: Testing unit test on MacOS
|
||||
name: PoC unit test on MacOS
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up perl etc
|
||||
- name: Set up system (perl and curl is installed already)
|
||||
run: |
|
||||
brew install perl curl socat jsonlint cpanminus
|
||||
brew install socat jsonlint cpanminus
|
||||
perl -V
|
||||
curl --version
|
||||
openssl version -a
|
||||
bash --version
|
||||
|
||||
- name: install perl modules
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user