We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8738b48 commit 130da03Copy full SHA for 130da03
1 file changed
.github/workflows/unit_tests.yml
@@ -22,15 +22,18 @@ jobs:
22
build:
23
runs-on: macos-14
24
25
- name: Testing unit test on MacOS
+ name: PoC unit test on MacOS
26
steps:
27
- name: checkout
28
uses: actions/checkout@v4
29
30
- - name: Set up perl etc
+ - name: Set up system (perl and curl is installed already)
31
run: |
32
- brew install perl curl socat jsonlint cpanminus
+ brew install socat jsonlint cpanminus
33
perl -V
34
+ curl --version
35
+ openssl version -a
36
+ bash --version
37
38
- name: install perl modules
39
0 commit comments