You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: properly handle credential discovery test in CI environments
The serviceCreationWithoutCredentials test now handles both scenarios:
- Local dev: credentials found via discovery, test continues normally
- CI environments: IllegalStateException expected and caught gracefully
This ensures the Java SDK Maven deployment succeeds in GitHub Actions.
0 commit comments