File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
runtime/auth/aws-credentials/common/src/aws/smithy/kotlin/runtime/auth/awscredentials Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ name: Release readiness (snapshot dependency)
66on :
77 pull_request :
88 branches : [ main ]
9- workflow_dispatch :
109
1110jobs :
1211 release-readiness :
2221 run : echo "ERROR_MESSAGE=WARNING aws-crt-kotlin release and version bump might be required before merging!" >> $GITHUB_ENV
2322
2423 - name : Build smithy-kotlin
25- run : ./gradlew test jvmTest || echo $ERROR_MESSAGE
24+ run : ./gradlew test jvmTest || { echo " $ERROR_MESSAGE"; exit 1; }
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ import aws.smithy.kotlin.runtime.identity.Identity
99import aws.smithy.kotlin.runtime.identity.IdentityAttributes
1010import aws.smithy.kotlin.runtime.time.Instant
1111
12+ wrench
13+
1214/* *
1315 * Represents a set of AWS credentials
1416 *
You can’t perform that action at this time.
0 commit comments