We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89a6bd commit 24e045eCopy full SHA for 24e045e
1 file changed
.github/workflows/unit_tests.yml
@@ -1,4 +1,5 @@
1
-name: testssl.sh CI
+---
2
+name: testssl.sh CI with MacOS
3
4
on:
5
pull_request:
@@ -20,9 +21,11 @@ permissions:
20
21
jobs:
22
build:
23
runs-on: macos-14
24
+
25
name: Testing unit test on MacOS
26
steps:
- - uses: actions/checkout@v4
27
+ - name: checkout
28
+ uses: actions/checkout@v4
29
30
- name: Set up perl etc
31
run: |
@@ -36,6 +39,6 @@ jobs:
36
39
cpanm --notest JSON
37
40
cpanm --notest Text::Diff
38
41
- -name: run it
- run: |
42
+ - name: run it
43
+ run: |
44
prove -v
0 commit comments