Improve step name in integration test
This commit is contained in:
parent
7e5bafcdb5
commit
d4006d9bc9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/__resolve-environment-action.yml
generated
vendored
2
.github/workflows/__resolve-environment-action.yml
generated
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue