We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce96cc5 commit d87f5f6Copy full SHA for d87f5f6
.github/workflows/unit_tests_macos.yml
@@ -1,5 +1,5 @@
1
---
2
-name: testssl.sh CI with MacOS
+name: CI runner MacOS
3
4
on:
5
pull_request:
@@ -42,7 +42,7 @@ jobs:
42
bash --version
43
printf "%s\n" "----------"
44
45
- - name: install perl modules
+ - name: Install perl modules
46
run: |
47
cpanm --notest Test::More
48
cpanm --notest Data::Dumper
@@ -51,4 +51,4 @@ jobs:
51
52
- name: run it
53
54
- prove -v
+ prove -v t
.github/workflows/unit_tests_ubuntu.yml
-name: testssl.sh CI with Ubuntu
+name: CI runner Ubuntu
0 commit comments