Skip to content

Commit 32cd40d

Browse files
committed
remove test
1 parent 176ec48 commit 32cd40d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/release-readiness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: awslabs/aws-kotlin-repo-tools/.github/actions/configure-gradle@main
1919

2020
- name: Configure error message
21-
run: echo "ERROR_MESSAGE=WARNING aws-crt-kotlin release and version bump might be required before merging!" >> $GITHUB_ENV
21+
run: echo "ERROR_MESSAGE=WARNING aws-crt-kotlin release and version bump might be required before merging" >> $GITHUB_ENV
2222

2323
- name: Build smithy-kotlin
2424
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ 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-
1412
/**
1513
* Represents a set of AWS credentials
1614
*

0 commit comments

Comments
 (0)