Sync runners / rename comments for badge

This commit is contained in:
Dirk Wetter
2025-05-20 16:37:48 +02:00
parent ce96cc5816
commit d87f5f68de
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- ---
name: testssl.sh CI with MacOS name: CI runner MacOS
on: on:
pull_request: pull_request:
@ -42,7 +42,7 @@ jobs:
bash --version bash --version
printf "%s\n" "----------" printf "%s\n" "----------"
- name: install perl modules - name: Install perl modules
run: | run: |
cpanm --notest Test::More cpanm --notest Test::More
cpanm --notest Data::Dumper cpanm --notest Data::Dumper
@ -51,4 +51,4 @@ jobs:
- name: run it - name: run it
run: | run: |
prove -v prove -v t

View File

@ -1,5 +1,5 @@
--- ---
name: testssl.sh CI with Ubuntu name: CI runner Ubuntu
on: on:
pull_request: pull_request: