Skip to content

Commit f60ccbf

Browse files
committed
...and re-add working directories
1 parent ac08c94 commit f60ccbf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/artifact-size-metrics.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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 || {

0 commit comments

Comments
 (0)