File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,17 @@ jobs:
6666 working-directory : smithy-kotlin
6767 - name : Generate Artifact Size Metrics
6868 run : ./gradlew -Paws.kotlin.native=false artifactSizeMetrics
69+ working-directory : smithy-kotlin
6970 - name : Analyze Artifact Size Metrics
7071 run : ./gradlew analyzeArtifactSizeMetrics
71-
72+ working-directory : smithy-kotlin
7273 - name : Show Results
7374 uses : awslabs/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/show-results@main
74-
75+ with :
76+ working-directory : smithy-kotlin
7577 - name : Evaluate
7678 if : ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}
79+ working-directory : smithy-kotlin
7780 run : |
7881 cd build/reports/metrics
7982 cat has-significant-change.txt | grep false || {
You can’t perform that action at this time.
0 commit comments