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 753c90f commit b272f65Copy full SHA for b272f65
.github/workflows/release-metrics.yml
@@ -17,8 +17,8 @@ jobs:
17
- name: Build
18
shell: bash
19
run: |
20
- ./gradlew build
21
- ./gradlew publishAllPublicationsToTestLocalRepository
+ ./gradlew build --parallel
+ ./gradlew publishAllPublicationsToTestLocalRepository --parallel
22
23
- name: Calculate and upload metrics
24
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