Skip to content

Commit d87f5f6

Browse files
committed
Sync runners / rename comments for badge
1 parent ce96cc5 commit d87f5f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/unit_tests_macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: testssl.sh CI with MacOS
2+
name: CI runner MacOS
33

44
on:
55
pull_request:
@@ -42,7 +42,7 @@ jobs:
4242
bash --version
4343
printf "%s\n" "----------"
4444
45-
- name: install perl modules
45+
- name: Install perl modules
4646
run: |
4747
cpanm --notest Test::More
4848
cpanm --notest Data::Dumper
@@ -51,4 +51,4 @@ jobs:
5151
5252
- name: run it
5353
run: |
54-
prove -v
54+
prove -v t

.github/workflows/unit_tests_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: testssl.sh CI with Ubuntu
2+
name: CI runner Ubuntu
33

44
on:
55
pull_request:

0 commit comments

Comments
 (0)