Skip to content

Commit b272f65

Browse files
committed
self review
1 parent 753c90f commit b272f65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Build
1818
shell: bash
1919
run: |
20-
./gradlew build
21-
./gradlew publishAllPublicationsToTestLocalRepository
20+
./gradlew build --parallel
21+
./gradlew publishAllPublicationsToTestLocalRepository --parallel
2222
2323
- name: Calculate and upload metrics
2424
uses: awslabs/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/calculate-and-upload@asm-v2 # TODO: Change to main before merging

0 commit comments

Comments
 (0)