mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 01:58:28 +02:00
Sync runners / rename comments for badge
This commit is contained in:
6
.github/workflows/unit_tests_macos.yml
vendored
6
.github/workflows/unit_tests_macos.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/unit_tests_ubuntu.yml
vendored
2
.github/workflows/unit_tests_ubuntu.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: testssl.sh CI with Ubuntu
|
name: CI runner Ubuntu
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
Reference in New Issue
Block a user