Skip to content

Commit 176ec48

Browse files
committed
test wf failure
1 parent 756385e commit 176ec48

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release-readiness.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ name: Release readiness (snapshot dependency)
66
on:
77
pull_request:
88
branches: [ main ]
9-
workflow_dispatch:
109

1110
jobs:
1211
release-readiness:
@@ -22,4 +21,4 @@ jobs:
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; }

runtime/auth/aws-credentials/common/src/aws/smithy/kotlin/runtime/auth/awscredentials/Credentials.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import aws.smithy.kotlin.runtime.identity.Identity
99
import aws.smithy.kotlin.runtime.identity.IdentityAttributes
1010
import aws.smithy.kotlin.runtime.time.Instant
1111

12+
wrench
13+
1214
/**
1315
* Represents a set of AWS credentials
1416
*

0 commit comments

Comments
 (0)