From 130da03b35bb40bd82b58d29cf9dd90b60170f3b Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 8 May 2025 13:58:31 +0200 Subject: [PATCH] version banner of different binaries --- .github/workflows/unit_tests.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 099859f..1be6c68 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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: |