We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9efa29f commit 3a5572eCopy full SHA for 3a5572e
.github/workflows/continuous-integration.yml
@@ -51,7 +51,7 @@ jobs:
51
ls -lsa
52
./gradlew -Ptest.java.version=${{ matrix.java-version }} jvmTest --stacktrace
53
- name: Upload metrics
54
- uses: ./.github/actions/workflow-metrics
+ uses: ./aws-sdk-kotlin/.github/actions/workflow-metrics
55
- name: Save Test Reports
56
if: failure()
57
uses: actions/upload-artifact@v4
@@ -108,7 +108,7 @@ jobs:
108
./gradlew test jvmTest
109
./gradlew testAllProtocols
110
111
112
113
114
0 commit comments