Improve step name in integration test

This commit is contained in:
Michael B. Gale 2023-06-15 15:46:54 +01:00
parent 7e5bafcdb5
commit d4006d9bc9
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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