Skip to content

Commit d4006d9

Browse files
committed
Improve step name in integration test
1 parent 7e5bafc commit d4006d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/__resolve-environment-action.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/resolve-environment-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ steps:
1212
with:
1313
language: go
1414

15-
- name: "Check that some Go configuration was returned"
15+
- name: "Fail if no Go configuration was returned"
1616
if: (!fromJSON(steps.resolve-environment.outputs.environment).configuration.go)
1717
run: exit 1

0 commit comments

Comments
 (0)