Skip to content

Commit 130da03

Browse files
committed
version banner of different binaries
1 parent 8738b48 commit 130da03

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@ jobs:
2222
build:
2323
runs-on: macos-14
2424

25-
name: Testing unit test on MacOS
25+
name: PoC unit test on MacOS
2626
steps:
2727
- name: checkout
2828
uses: actions/checkout@v4
2929

30-
- name: Set up perl etc
30+
- name: Set up system (perl and curl is installed already)
3131
run: |
32-
brew install perl curl socat jsonlint cpanminus
32+
brew install socat jsonlint cpanminus
3333
perl -V
34+
curl --version
35+
openssl version -a
36+
bash --version
3437
3538
- name: install perl modules
3639
run: |

0 commit comments

Comments
 (0)