From b1cbf2e2e5da4cbff8d73e1fff680dfb67645acc Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Fri, 1 Jul 2022 12:19:21 +0200 Subject: [PATCH] fix build/test badge (#1626) --- .github/workflows/bats.yml | 7 ++++++- .github/workflows/go-tests.yml | 7 ++++++- README.md | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bats.yml b/.github/workflows/bats.yml index 96924813b..4e05e6c6a 100644 --- a/.github/workflows/bats.yml +++ b/.github/workflows/bats.yml @@ -1,4 +1,9 @@ -name: Bats +--- +# This workflow is actually running +# only functional tests, but the +# name is used for the badge in README.md + +name: Tests # Main workflow for functional tests, it calls all the others through parallel jobs. # diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index 125a31606..2327606fb 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -1,4 +1,9 @@ -name: Go tests (linux w/ localstack) +--- +# This workflow is actually running +# tests (with localstack) but the +# name is used for the badge in README.md + +name: Build on: push: diff --git a/README.md b/README.md index 6422545d6..b90b5e38a 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@

- - + +