From d4006d9bc9e1b24dc1ae0c4f45bc4faa28c66f09 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Thu, 15 Jun 2023 15:46:54 +0100 Subject: [PATCH] Improve step name in integration test --- .github/workflows/__resolve-environment-action.yml | 2 +- pr-checks/checks/resolve-environment-action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__resolve-environment-action.yml b/.github/workflows/__resolve-environment-action.yml index 515a6b09a..821e18b6e 100644 --- a/.github/workflows/__resolve-environment-action.yml +++ b/.github/workflows/__resolve-environment-action.yml @@ -63,7 +63,7 @@ jobs: with: language: go - - name: Check that some Go configuration was returned + - name: Fail if no Go configuration was returned if: (!fromJSON(steps.resolve-environment.outputs.environment).configuration.go) run: exit 1 env: diff --git a/pr-checks/checks/resolve-environment-action.yml b/pr-checks/checks/resolve-environment-action.yml index 0a5b26364..53566e503 100644 --- a/pr-checks/checks/resolve-environment-action.yml +++ b/pr-checks/checks/resolve-environment-action.yml @@ -12,6 +12,6 @@ steps: with: language: go - - name: "Check that some Go configuration was returned" + - name: "Fail if no Go configuration was returned" if: (!fromJSON(steps.resolve-environment.outputs.environment).configuration.go) run: exit 1