Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make test.sh script fail when any command fails #613

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

mkurz
Copy link
Member

@mkurz mkurz commented Apr 29, 2024

@mkurz mkurz changed the title Make test script fail when any command fails Make test.sh script fail when any command fails Apr 29, 2024
@@ -166,7 +166,8 @@ jobs:
needs: changes
if: ${{ (github.event_name != 'pull_request' && !failure() && !cancelled()) || contains(fromJSON(needs.changes.outputs.samples), 'java-grpc')}}
with:
java: 17, 21
# Can't test with Java 21+ currently because of https://github.com/lightbend/ssl-config/issues/367
java: 17
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because of lightbend/ssl-config#367
Exception:
java.lang.IllegalArgumentException: GrpcClientSettings requires a server endpoint with ssl, but none provided
@mkurz mkurz closed this Apr 29, 2024
@mkurz mkurz reopened this Apr 29, 2024
@mkurz mkurz merged commit 992e8d2 into playframework:main Apr 29, 2024
1 check was pending
@mkurz mkurz deleted the make_test_script_fail branch April 29, 2024 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant