Skip to content

Commit

Permalink
Improve step name in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jun 15, 2023
1 parent 7e5bafc commit d4006d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__resolve-environment-action.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/resolve-environment-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d4006d9

Please sign in to comment.