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