From d87f5f68ded88db96bff12114d5103508d0abc1f Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 20 May 2025 16:37:48 +0200 Subject: [PATCH] Sync runners / rename comments for badge --- .github/workflows/unit_tests_macos.yml | 6 +++--- .github/workflows/unit_tests_ubuntu.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unit_tests_macos.yml b/.github/workflows/unit_tests_macos.yml index fd93723..bce351a 100644 --- a/.github/workflows/unit_tests_macos.yml +++ b/.github/workflows/unit_tests_macos.yml @@ -1,5 +1,5 @@ --- -name: testssl.sh CI with MacOS +name: CI runner MacOS on: pull_request: @@ -42,7 +42,7 @@ jobs: bash --version printf "%s\n" "----------" - - name: install perl modules + - name: Install perl modules run: | cpanm --notest Test::More cpanm --notest Data::Dumper @@ -51,4 +51,4 @@ jobs: - name: run it run: | - prove -v + prove -v t diff --git a/.github/workflows/unit_tests_ubuntu.yml b/.github/workflows/unit_tests_ubuntu.yml index 986c1f3..e97d040 100644 --- a/.github/workflows/unit_tests_ubuntu.yml +++ b/.github/workflows/unit_tests_ubuntu.yml @@ -1,5 +1,5 @@ --- -name: testssl.sh CI with Ubuntu +name: CI runner Ubuntu on: pull_request: